Y
Hacker News
new
|
ask
|
show
|
jobs
by
Skinney
762 days ago
Keep in mind that a write capacity unit in DDB is capped to 1kb. Writing a 10kb file to DDB? That's 10 write capacity units.
1 comments
kennu
761 days ago
That's a good point, only very small data is cheaper in DynamoDB than S3. Also adding global secondary indexes tends to add cost, since writes are charged for each of them.
link