Skip to content

Comment on DynamoDB - Parallel Scans, 4x Cheaper Reads, Other Good Newsparent

Comments

Understand your data hotspots -- just because it is in Dynamo and you have moved the slider all the way over to "20,000 IOPS" doesn't mean anything if DDB has partitioned all your data into a single shard behind the scenes -- you'll peak at 3,000 IOPS (for example).

Unfortunately you _still_ need to be aware of how you plan on querying your data to maximize the performance.

This is one of the most common questions/comments I see in the forums.

More info: http://docs.aws.amazon.com/amazondynamodb/latest/developergu...

Also be aware that leveraging the Local Secondary Indexes _does_ enforce a 10GB limit on items with the same hashkey, see the last section here: http://docs.aws.amazon.com/amazondynamodb/latest/developergu...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.