summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/plan_cache_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74521 Support clustered collections in SBEKevin Cherkauer2023-05-011-7/+25
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-011-0/+8
* SERVER-67576 Enable explode for sort query in SBE cacheRui Liu2023-03-221-4/+1
* SERVER-63641 Use priority queue to sort plans during multiplanningIvan Fefer2023-02-281-8/+10
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-29/+25
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-25/+29
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-29/+25
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-3/+4
* SERVER-61507 Integrate $group lowering with the new SBE cacheRuoxin Xu2022-07-041-7/+3
* SERVER-66459 Explode for sort caches incorrect parameterized plansAnton Korshunov2022-06-291-1/+4
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-9/+11
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-0/+4
* SERVER-64870 Make sure $lookup query is cached when SBE plan cache is enabledRui Liu2022-03-311-10/+7
* SERVER-64074 Optimize how we build the DebugInfo for plan cacheRuoxin Xu2022-03-151-15/+17
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-10/+6
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-161-0/+14
* SERVER-61835 Fix how SBE plan cache deals with ShardFiltererRuoxin Xu2022-02-141-2/+10
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-5/+27
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-0/+9
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-3/+4
* SERVER-58429 Remove unused solutions argument when caching a planIrina Yatsenko2021-11-021-47/+11
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-4/+3
* SERVER-59681 Start storing SBE plans in the new plan cacheRuoxin Xu2021-10-011-1/+30
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-3/+7
* SERVER-59332 Convert PlanCache to a template class80741223+jlap199@users.noreply.github.com2021-08-251-0/+11
* SERVER-34454 Consider including the EOF bonus in the plan cache scoreTimour Katchaounov2021-02-091-1/+1
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-0/+3
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-9/+27
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-5/+10
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+168