-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
v4.0, v3.6
-
Repl 2019-01-14, Repl 2019-01-28
We want to add optimizations for change stream queries using speculative majority to reduce unnecessary waiting. These optimizations include waiting on the most recent scanned timestamp in an oplog batch as opposed to waiting on the most recent system-wide lastApplied optime. Such optimizations are only permissible if an updateLookup query is not being done locally on the node in addition to an oplog read.
- related to
-
SERVER-37560 Allow change streams to work with speculative majority reads
- Closed