-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
The output of .explain(), particularly with allPlansExecution, should include the calculated plan ranking score.
This will be particularly helpful when trying to understand why trying to determine when one plan is chosen relative to another. Currently, a user will need to inspect the different stages of a plan execution relative to others, manually calculating the plan score. The "actual" plan score is only shown in the PlanCache output (as far as I'm aware)
- duplicates
-
SERVER-54083 Include scores calculated by PlanRanker in explain "queryPlanner" output and/or "allPlansExecution"
- Closed