-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
We want to be able to specify in some way (say a plan index) the plan alternative we want to execute. Under normal circumstances we want naturally the best plan, but with for debugging and correctness testing we want to execute say plan alternative #10 which would be amongst the rejected plans.
One way to achieve this would be to introduce a test-only query knob with some integer value specifying the index of the plan alternative.
- related to
-
SERVER-72049 [CQF] Test all plans for a single MQL query
- Backlog
-
SERVER-73552 [CQF] Add ability to enumerate all plans
- Closed