-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
Add and populate a field to PlanStageStats which is a pointer to the associated PlanStage which the stats correspond to. This is necessary for the implementation of explain in the cost-based plan ranker since we need the PlanStage* to get the associated QuerySolutionNode* and estimates.
- split from
-
SERVER-92588 Annotate plan nodes in explain for Classic plans with cardinality and cost estimates
- Closed