summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_explainer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-11/+2
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-16/+5
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-5/+21
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-2/+8
* SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu2022-03-281-0/+8
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+2
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-1/+1
* SERVER-57771 [SBE] Fixed `.explain()` to report correct trial period statisti...Mohammad Dashti2021-07-231-0/+5
* SERVER-54710 Improve checks for overlarge BSON when generating explain outputDavid Storch2021-03-111-6/+0
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-0/+10
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-011-0/+21
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+6
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-4/+4
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-0/+101