MongoDB request DSL • opensavvy.ktmongo.dsl.options • ReadConcern • Available
Available¶
The query returns data from the instance with no guarantee that the data has been written to a majority of the replica set—it may be rolled back.
In a sharded cluster, this provides the lowest possible latency, but risks returning orphaned documents. To avoid orphaned documents, use Local
instead.