Skip to content

Commit 3061d10

Browse files
committed
DOCSP-48323: Causal consistency feedback
1 parent 8185060 commit 3061d10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/crud/transactions.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ operations. For example, if you perform a series of operations where
5757
one operation logically depends on the result of another, any subsequent
5858
reads reflect the dependent relationship.
5959

60+
.. note::
61+
62+
A client session enables causal consistency even if it does not perform a transaction.
63+
6064
The following table describes the guarantees that causally
6165
consistent sessions provide:
6266

@@ -90,7 +94,7 @@ consistent sessions provide:
9094
``delete_one()`` to delete the retrieved document, the driver runs the find
9195
operation first.
9296

93-
In a causally consistent session, MongoDB ensures a causal relationship between the
97+
In a causally consistent session, MongoDB guarantees causal consistency between only the
9498
following operations:
9599

96100
- Read operations that have a ``majority`` read concern

0 commit comments

Comments
 (0)