-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
As part of implementing explain for cost-based ranking of plans, we need to maintain a mapping from QSN and PlanStages. This is because explain is implemented over PlanStage trees whereas all cardinality/cost estimates are performed over QuerySolutionNodes. This mapping will allow us to associate PlanStages with their corresponding estimates.
- split from
-
SERVER-92588 Annotate plan nodes in explain for Classic plans with cardinality and cost estimates
- Closed