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달 전284회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠