summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_key_factory.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70935 avoid data race in IndexCatalogEntry during SBE plan cache key c...David Storch2022-10-311-1/+1
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+2
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-20/+52
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+2
* SERVER-65085 SBE plan cache entries can be incorrectly reused after a refineC...Denis Grebennicov2022-04-271-1/+7
* SERVER-65083 Fix SBE plan cache index visibility bugDavid Storch2022-04-201-0/+38
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-161-1/+4
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-5/+19
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-12/+8
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-2/+1
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+96