-
Type: New Feature
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
The provisional API for snapshot reads is:
# docs1 and docs2 read from the same snapshot on the server with client.start_session(snapshot=True): docs1 = list(coll1.find({}, session=session)) docs2 = list(coll2.find({}, session=session))
- is duplicated by
-
MOTOR-758 Create tickets for Snapshot Reads on Secondaries in Motor
- Closed