summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_explainer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59708 Make plan_explainer plan cache functionality genericPeter Volk2023-05-041-1/+7
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-6/+0
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-4/+3
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-4/+6
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+7
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+1
* SERVER-57771 [SBE] Fixed `.explain()` to report correct trial period statisti...Mohammad Dashti2021-07-231-0/+1
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-0/+1
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-011-0/+4
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+16
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-2/+2
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-0/+65