-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Query Operations
-
None
The Read Concern specification details the specifics of implementing read concern.
1) The commands that accept read concern are listed below.
- find
- aggregate without $out
- mapReduce when the result is inline
- distinct
- count
- explain (still working on clear answers about this one)
- parallelCollectionScan
- geoNear
- geoSearch
2) Add support for "readConcernLevel" into the connection string.
- depends on
-
SERVER-18022 Support "read committed" isolation level where "committed" means confirmed by the voting majority of a replica set
- Closed
- is depended on by
-
DRIVERS-254 Add support for the readConcern option.
- Closed