DynamoDB Eventually Consistency Reads for new items

0

I did try to search this in AWS documentation and answers, would like to confirm my interpretation of this.

We know Amazon S3 offers Read after Write consistency for new objects, does Amazon DynamoDB Eventually Consistent Reads behave in the same way?

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html

As per the documentation it seems like that specific condition is not called out and all Eventually Consistent Reads seem to behave the same way whether new Items or updates to existing Items.

AWS
전문가
질문됨 3년 전583회 조회
1개 답변
0
수락된 답변

The documentation is correct, eventually consistent reads behave the same way for new items or updates to existing items. The beauty of Amazon DynamoDB is that you can chose to do a consistent read when it's needed.

AWS
전문가
Adam_W
답변함 3년 전
profile picture
전문가
검토됨 한 달 전
  • "when it's needed" - except when its needed on a GSI :-) As GSI's do not support consistent reads

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

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

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

관련 콘텐츠