Consistency Level Behavior in Azure Cosmos DB (MongoDB API)

Wong, Joey 0 Reputation points
2024-11-13T20:17:49.5033333+00:00

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?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,679 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.