Skip to content

Commit 68df042

Browse files
(DOCS-15131): Available rc is no longer default (#705)
1 parent 0f30206 commit 68df042

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/reference/read-concern-available.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ A query with read concern ``"available"`` returns data from the instance
1818
with no guarantee that the data has been written to a majority of the
1919
replica set members (i.e. may be rolled back).
2020

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-
2521
**For a sharded cluster**, :readconcern:`"available"` read concern
2622
provides greater tolerance for partitions since it does not wait to
2723
ensure consistency guarantees. That is, read concern

0 commit comments

Comments
 (0)