summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_explainer_factory.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-2/+0
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-4/+1
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-1/+4
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-0/+3
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-0/+1
* SERVER-62774 Avoid copying DebugInfoSBE when recovering a plan from the SBE p...Anton Korshunov2022-03-291-7/+8
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+3
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-0/+10
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-1/+4
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-011-0/+3
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-11/+11
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-0/+45