Reputation: 111
I have a cosmos db instance with only one read region and write region. In my case, what do the consistency guarantees provided by Cosmos DB mean?
To be precise, I do a write W to a document. I do a read R on the same document. If I have chosen 'Eventual Consistency', is there a possibility that I see a write older than W even if I have a single read and write region?
Upvotes: 9
Views: 753
Reputation: 7190
Indeed. The consistency levels aren't just on the georeplication but also the single region.
You can see by the way that Microsoft visualizes the different consistency levels with music notes that (in a single region):
Upvotes: 7