summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/plan_cache_util.cpp
AgeCommit message (Expand)Author
2024-08-08SERVER-92833: Move plan cache related files into plan_cache/ dir (#25460)James H
2024-08-06SERVER-88047 remove SBE multiplanner (#24922)Zixuan
2024-07-31SERVER-92834 Create db/query/stage_builder subdirectory (#25536)kmznam
2024-06-06SERVER-91230 Change SBE SubPlanner to write 'reads' instead of 'works' when p...Ian Boros
2024-05-29SERVER-90415 Allow SBE to use the classic cache and disable SBE cache by defa...Ian Boros
2024-05-23SERVER-90489 Refactor the way the plan cache tracks works/reads (#22319)Ian Boros
2024-05-21SERVER-90494 Change MultiPlanStage to write to plan cache via callback (#22205)David Storch
2024-04-29SERVER-89831 Add extra logging to PlanCacheBase::getNewEntryState (#21519)Henri Nikku
2024-02-22SERVER-85963 Exit early and return results if best solution finished executio...Ivan Fefer
2024-02-15SERVER-85248 Update SBE plan cache after Classic runtime planning (#18642)Chi-I Huang
2024-01-18SERVER-83381 Encode optimizer into the plan cache key (#17939)Ben Shteinfeld
2023-12-07SERVER-82242 implement QuerySolution hashMatthew Boros
2023-09-29SERVER-77158 apply performance-move-const-arg clang tidy rule for db/execMatt Boros
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-06SERVER-79360 Fix data race on OpDebug::shouldOmitDiagnosticInformationErwin Pe
2023-08-31SERVER-78817 Parameterize pushed down $match stages for SBE plan cacheKevin Cherkauer
2023-08-04SERVER-78247 Push down $match from agg pipeline to SBEKevin Cherkauer
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-06-16SERVER-61259 Support or queries with text indexes on clustered collectionsGil Alon
2023-06-14SERVER-76815 Parameterize COUNT_SCAN queriesZixuan Zhuang
2023-06-08SERVER-77773 Make DebugInfoSBE::secondaryStats use NamespaceString object as keySophia Tan
2023-06-02SERVER-77142 Reduce the cost of cloning simple SBE plansDrew Paroski
2023-05-31SERVER-52958 Support COUNT_SCAN in SBEZixuan Zhuang
2023-05-31Revert "SERVER-52958 Support COUNT_SCAN in SBE"auto-revert-processor
2023-05-31SERVER-52958 Support COUNT_SCAN in SBEZixuan Zhuang
2023-05-23SERVER-75715 Parameterize SBE plan cache for CC scans and enable cachingKevin Cherkauer
2023-05-01SERVER-74521 Support clustered collections in SBEKevin Cherkauer
2023-04-01SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez
2023-03-22SERVER-67576 Enable explode for sort query in SBE cacheRui Liu
2023-02-07SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei
2023-02-04Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York
2023-02-03SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei
2022-10-21SERVER-70643: Fix TODOs in testsColin Stolley
2022-07-24SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov
2022-07-15SERVER-66935 Invalidate $lookup plan cache when foreign collection size changesDenis Grebennicov
2022-07-14SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch
2022-07-04SERVER-61507 Integrate $group lowering with the new SBE cacheRuoxin Xu
2022-06-29SERVER-66459 Explode for sort caches incorrect parameterized plansAnton Korshunov
2022-06-22SERVER-64432 Integrate SBE plan cache for $lookupRui Liu
2022-05-06SERVER-66209 Make BSONObjs owned when constructing a DebugInfoRuoxin Xu
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-04-18SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy
2022-04-18SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow
2022-04-07SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu
2022-03-28SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu
2022-03-08SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu
2022-02-16SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov
2022-02-14SERVER-61835 Fix how SBE plan cache deals with ShardFiltererRuoxin Xu
2022-01-17SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu
2021-11-19SERVER-61556 Fix SBE lib dependenciesAlexander Ignatyev