-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
After SERVER-72440, full collscans and index scans are marked as low priority in classic (and in SBE via the stage builders). SERVER-77792 made sure CQF did the same for full collscans. This ticket is to handle full index scans in CQF. This code should be changed to set low priority when the interval is fully open.
This is the jstest that covers this behavior.
- related to
-
SERVER-77792 [CQF] Mark full collscans as low priority
- Closed