Add a parameter to the explain output indicating the time spent evaluating the candidate plans in the multi-planner. There are some scenarios where the the multi-planner ends up taking a lot more time than the actual query execution. We should probably add this parameter conditionally if the time spend multi-planning exceeded certain threshold (maybe 100ms)
- is depended on by
-
COMPASS-7870 Investigate changes in SERVER-73498: Add time spent in the multi-planner to the explain output
- Closed