MongoDB request DSL • opensavvy.ktmongo.dsl.options • ReadConcern • Snapshot
Snapshot¶
A query returns majority-committed data as it appears across shards from a specific single point in the recent past.
In a multi-document transaction, this read concern only provides guarantees if the commits in the transaction use the write concern "majority".