Forum Discussion

bhaumikmehta's avatar
bhaumikmehta
Icon for Microsoft rankMicrosoft
Nov 01, 2023

In Comsos DB, which consistency level should I use to read data in order in which they are written?

Scenario: I want to read data in the order in which they are written/updated. I am fine with any latency. I'm not performing any write operation before/after read operation.

 

My understanding: Since session, consistency prefix and eventual serves data from any 1 replication within a region, they won't give me data in order. It means I have only 2 options: Strong and Bounded Staleness. Is that correct?

1 Reply

Resources