Skip to content

Commit ba515eb

Browse files
authored
Merge pull request #50681 from kanshiG/patch-16
Clarification of Write consistency wrt Cassandra
2 parents c7ecb69 + 1ba3a0b commit ba515eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/consistency-levels-across-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When using Cassandra API or Azure Cosmos DB’s API for MongoDB, applications ge
2121

2222
Unlike Azure Cosmos DB, Apache Cassandra does not natively provide precisely defined consistency guarantees. Instead, Apache Cassandra provides a write consistency level and a read consistency level, to enable the high availability, consistency, and latency tradeoffs. When using Azure Cosmos DB’s Cassandra API:
2323

24-
* The write consistency level of Apache Cassandra is mapped to the default consistency level configured on your Azure Cosmos account.
24+
* The write consistency level of Apache Cassandra is mapped to the default consistency level configured on your Azure Cosmos account. Consistency for a write operation (CL) can't be changed on a per-request basis.
2525

2626
* Azure Cosmos DB will dynamically map the read consistency level specified by the Cassandra client driver to one of the Azure Cosmos DB consistency levels configured dynamically on a read request.
2727

@@ -39,7 +39,7 @@ While using Azure Cosmos DB’s API for MongoDB:
3939

4040
* The write concern is mapped to the default consistency level configured on your Azure Cosmos account.
4141

42-
* Azure Cosmos DB will dynamically map the read concern specified by the MongoDB client driver to one of the Azure Cosmos DB consistency levels that is configured dynamically on a read request.
42+
* Azure Cosmos DB will dynamically map the read concern specified by the MongoDB client driver to one of the Azure Cosmos DB consistency levels that is configured dynamically on a read request.
4343

4444
* You can annotate a specific region associated with your Azure Cosmos account as "Master" by making the region as the first writable region.
4545

0 commit comments

Comments
 (0)