Consistency Level Behavior in Azure Cosmos DB (MongoDB API)
Wong, Joey
0
Reputation points
From the information available in the documentation,
- "Session" consistency is not supported by MongoDB.
- The write concern is mapped using these three consistency levels: strong => majority, bounded stateless => minority, consistent prefix => None.
If the consistency level in Cosmos DB is set to "Session," does it fall back to one of these three options (strong/bounded stateless/consistent prefix), or does it exhibit different behavior?
Sign in to answer