Skip to content

Commit dd06a91

Browse files
(DOCS-15131): Available rc is no longer default (#705)
1 parent f9dcd2d commit dd06a91

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)