summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/classic_plan_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63344 Avoid cloning the SBE tree inside the plan cache mutexRuoxin Xu2022-04-251-1/+1
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-2/+3
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-0/+44
* SERVER-59680 Partition the plan cachejoshua2021-10-281-2/+13
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-84/+0
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-3/+3
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+8
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-1/+8
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-0/+268