Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's not what DynamoDB is for. If you need to run queries like that, you should be using RDBMS. DynamoDB should only really be used for use cases where the queries are known up-front. There are ways to design your data model in Dynamo so that you could actually run queries like that, but you would have had to that work from day 1. You won't be able to retroactively support queries like that.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: