-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
QO 2024-02-05
After SERVER-58276, we made clustered index scans eligible for multi-planning. This means that if there is a competing secondary index and clustered index performance better, we would be multi-planning for the same query every time the query is run. We should consider caching bounded collection scans to avoid this inefficiency