Hacker News new | ask | show | jobs
by JustExAWS 285 days ago
It should handle that automatically

https://aws.amazon.com/blogs/database/part-2-scaling-dynamod...

1 comments

The keyword here is "should" :) Back then DynamoDB also had a problem with scaling the data can be easily split into partitions, but it's never merged back into fewer partitions.

So if you scaled up and then down, you might have ended with a lot of partitions that got only a few IOPS quota each. It's better now with burst IOPS, but it still is a problem sometimes.