summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_explainer_factory.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64882 Only generate DebugInfoSBE when plan is not from cacheMihai Andrei2023-04-241-4/+4
* 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-8/+3
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-3/+8
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+9
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-0/+4
* SERVER-62774 Avoid copying DebugInfoSBE when recovering a plan from the SBE p...Anton Korshunov2022-03-291-6/+6
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-5/+17
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-1/+24
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-3/+6
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-011-0/+4
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-0/+53