partial replication in dynamoDB global tables

0

DynamoDB documentation on global tables is not very clear when it says this,

"With a global table, each replica table stores the same set of data items. DynamoDB does not support partial replication of only some of the items."

Ref - https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables_HowItWorks.html

What does this mean exactly?

Could someone explain this with an example?

Thanks!

질문됨 5년 전459회 조회
3개 답변
0
수락된 답변

Lets say you have a Global table with replicas in region 'us-east-1' and 'us-west-2'. You have performed write operation (100 items) on replica in region 'us-east-1'. So by default all 100 items will be replicated to table in us-west-2. You cant restrict or configure your Global table to only partially replicate only few items (lets say 5 out of 100).

This is what is mentioned in developer docs you are referencing

Hopefully it helps. Let us know if you have any other questions

AWS
답변함 5년 전
0

Thanks for the reply Ankur. That seems to be what they have said.
Why would anyone want to do that though?

답변함 5년 전
0

shantanus wrote:
Thanks for the reply Ankur. That seems to be what they have said.
Why would anyone want to do that though?
For example, some customers have policies, regulations, etc. that require certain data not leave home regions.

-Jeff

답변함 5년 전

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

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

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

관련 콘텐츠