Exporting DynamoDB table to S3

0

I am trying to figure out the number of objects that gets created inside the S3 bucket when we make use of DynamoDB Export to S3 feature. We have a table whose size is around ~500TB that we want to export to S3.

I couldn't figure out how many objects would get created and what would be the size of each object when we do an export.

shasnk
已提問 4 個月前檢視次數 285 次
1 個回答
0

Its difficult to estimate how many files will be created. Usually its close to 1 file per partition, and we know that each partition is capable of holding ~ 10GB ~ of data. Meaning you can expect approximately 50k objects for your export of 500TB:

500TB / 10GB = 50,000

profile pictureAWS
專家
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南