dynamodb-queries
For aws dynamodb, does a scan of the hash_key use an index?
The hash_key takes the form of daily|<YYYY-MM-DD>. Whats the most efficient way to fetch a range of dates?[详细]
2022-12-07 22:15 分类:问答How to delete results from an AWS CLI DDB scan?
I made a model change that is now resulting in backwards incompatability issues. I want to go in and scan my ddb table for records created in the last couple days (I have a cli command that can do thi[详细]
2022-12-07 19:02 分类:问答