summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_plan_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-2/+11
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-5/+7
* SERVER-62797 Clear SBE plan cache when query knobs are changedDavid Storch2022-02-231-5/+12
* SERVER-61556 Fix SBE lib dependenciesAlexander Ignatyev2021-11-191-15/+0
* 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/+32
* SERVER-59680 Partition the plan cachejoshua2021-10-281-1/+4
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-8/+0
* SERVER-60070 Add parameter to control SBE plan cache sizeAlexander Ignatyev2021-10-011-8/+82
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-1/+3
* SERVER-59334 Add sbe::PlanCache instance as a decoration on ServiceContextRuoxin Xu2021-09-021-0/+30
* SERVER-59333 Add simple implementation of data structures that form the key a...Ruoxin Xu2021-09-021-0/+44