We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5193e9 commit 56d48dbCopy full SHA for 56d48db
source/reference/read-concern-available.txt
@@ -18,10 +18,6 @@ A query with read concern ``"available"`` returns data from the instance
18
with no guarantee that the data has been written to a majority of the
19
replica set members (i.e. may be rolled back).
20
21
-Read concern ``"available"`` is the default for reads against secondaries
22
-if the reads are not associated with :ref:`causally consistent sessions
23
-<sessions>`.
24
-
25
**For a sharded cluster**, :readconcern:`"available"` read concern
26
provides greater tolerance for partitions since it does not wait to
27
ensure consistency guarantees. That is, read concern
0 commit comments