summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_explainer_sbe.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59708 Make plan_explainer plan cache functionality genericPeter Volk2023-05-041-2/+0
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-2/+1
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-2/+1
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-1/+2
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+3
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-1/+6
* SERVER-61485 Wrong SBE plan reported by explain() for rejected plansDenis Grebennicov2022-05-041-3/+3
* SERVER-62774 Avoid copying DebugInfoSBE when recovering a plan from the SBE p...Anton Korshunov2022-03-291-3/+4
* SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu2022-03-281-0/+2
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+7
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-2/+9
* 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-54758 Serialize explain info lazily in SBEIan Boros2021-03-051-9/+5
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-1/+20
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-011-1/+2
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-2/+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/+56