-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying, Replication, Storage
-
None
-
Minor Change
-
Query 2019-07-01, Query 2019-07-15, Query 2019-07-29
-
50
The oplogReplay option to the find command (and oplogReplay bit in the legacy OP_QUERY find protocol) currently must be set by the client in order to enable an optimized code path for queries looking for a particular range of ts values in the oplog. See getOplogStartHack() in get_executor.cpp.
Instead of requiring clients to explicitly enable this optimization, the query system should automatically optimize such queries, whether or not oplogReplay is set. This should allow us to mark the oplogReplay option as deprecated. The implementation can change to accept oplogReplay but entirely ignore its true/false value.
- is depended on by
-
DRIVERS-710 Deprecate oplogReplay find command option from CRUD spec
- Closed
- related to
-
SERVER-50518 Improve slim_oplog_test.js to assert query performance
- Closed