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
專家
已審閱 1 個月前
  • "when it's needed" - except when its needed on a GSI :-) As GSI's do not support consistent reads

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

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

回答問題指南