You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One write capacity unit represents one write per second for an item up to 1 KB in size. If you need to write an item that is larger than 1 KB, DynamoDB will need to consume additional write capacity units. The total number of write capacity units required depends on the item size.
What if some of individual items in my Dynamo are larger than 1KB? Then writing each of them would consume more than 1 write capacity unit, although it just counts for 1 request.
It could explain why my case consumed much more write capacity units than 200.
I use
dynamo-restore-from-s3
without setting-c
. So by default the write currency should be200
.However the actual write currency is as high as
1000
!It drops down gradually only because requests got throttled.
The version of
dynamo-backup-to-s3
is0.6.1
The text was updated successfully, but these errors were encountered: