Skip to content

Commit fb9b0ca

Browse files
committed
DOCSP-48323: Causal consistency feedback
1 parent 91fe34f commit fb9b0ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/write/transactions.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ 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 guarantees causal consistency even if it is not used within a
63+
transaction.
64+
6065
The following table describes the guarantees that causally
6166
consistent sessions provide:
6267

@@ -90,7 +95,7 @@ consistent sessions provide:
9095
``delete_one()`` to delete the retrieved document, the driver runs the find
9196
operation first.
9297

93-
In a causally consistent session, MongoDB ensures a causal relationship between the
98+
In a causally consistent session, MongoDB only guarantees causal consistency between the
9499
following operations:
95100

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

0 commit comments

Comments
 (0)