summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_plan_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov2022-07-241-1/+6
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-54/+80
* SERVER-65085 SBE plan cache entries can be incorrectly reused after a refineC...Denis Grebennicov2022-04-271-13/+26
* SERVER-63344 Avoid cloning the SBE tree inside the plan cache mutexRuoxin Xu2022-04-251-2/+2
* SERVER-65083 Fix SBE plan cache index visibility bugDavid Storch2022-04-201-1/+37
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-0/+1
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-161-4/+15
* SERVER-61737 Make a deep copy of RuntimeEnvironment for SBE plans to cacheRuoxin Xu2022-01-211-11/+0
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-2/+20
* SERVER-60714 Support explicit flushes of the SBE plan cacheAlexander Ignatyev2021-11-121-2/+4
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-0/+59
* SERVER-59680 Partition the plan cachejoshua2021-10-281-1/+12
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-39/+1
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-1/+10
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-171-2/+1
* SERVER-59334 Add sbe::PlanCache instance as a decoration on ServiceContextRuoxin Xu2021-09-021-0/+10
* SERVER-59333 Add simple implementation of data structures that form the key a...Ruoxin Xu2021-09-021-0/+103