index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
exec
/
plan_cache_util.cpp
Age
Commit message (
Expand
)
Author
2024-08-08
SERVER-92833: Move plan cache related files into plan_cache/ dir (#25460)
James H
2024-08-06
SERVER-88047 remove SBE multiplanner (#24922)
Zixuan
2024-07-31
SERVER-92834 Create db/query/stage_builder subdirectory (#25536)
kmznam
2024-06-06
SERVER-91230 Change SBE SubPlanner to write 'reads' instead of 'works' when p...
Ian Boros
2024-05-29
SERVER-90415 Allow SBE to use the classic cache and disable SBE cache by defa...
Ian Boros
2024-05-23
SERVER-90489 Refactor the way the plan cache tracks works/reads (#22319)
Ian Boros
2024-05-21
SERVER-90494 Change MultiPlanStage to write to plan cache via callback (#22205)
David Storch
2024-04-29
SERVER-89831 Add extra logging to PlanCacheBase::getNewEntryState (#21519)
Henri Nikku
2024-02-22
SERVER-85963 Exit early and return results if best solution finished executio...
Ivan Fefer
2024-02-15
SERVER-85248 Update SBE plan cache after Classic runtime planning (#18642)
Chi-I Huang
2024-01-18
SERVER-83381 Encode optimizer into the plan cache key (#17939)
Ben Shteinfeld
2023-12-07
SERVER-82242 implement QuerySolution hash
Matthew Boros
2023-09-29
SERVER-77158 apply performance-move-const-arg clang tidy rule for db/exec
Matt Boros
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-06
SERVER-79360 Fix data race on OpDebug::shouldOmitDiagnosticInformation
Erwin Pe
2023-08-31
SERVER-78817 Parameterize pushed down $match stages for SBE plan cache
Kevin Cherkauer
2023-08-04
SERVER-78247 Push down $match from agg pipeline to SBE
Kevin Cherkauer
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-06-16
SERVER-61259 Support or queries with text indexes on clustered collections
Gil Alon
2023-06-14
SERVER-76815 Parameterize COUNT_SCAN queries
Zixuan Zhuang
2023-06-08
SERVER-77773 Make DebugInfoSBE::secondaryStats use NamespaceString object as key
Sophia Tan
2023-06-02
SERVER-77142 Reduce the cost of cloning simple SBE plans
Drew Paroski
2023-05-31
SERVER-52958 Support COUNT_SCAN in SBE
Zixuan Zhuang
2023-05-31
Revert "SERVER-52958 Support COUNT_SCAN in SBE"
auto-revert-processor
2023-05-31
SERVER-52958 Support COUNT_SCAN in SBE
Zixuan Zhuang
2023-05-23
SERVER-75715 Parameterize SBE plan cache for CC scans and enable caching
Kevin Cherkauer
2023-05-01
SERVER-74521 Support clustered collections in SBE
Kevin Cherkauer
2023-04-01
SERVER-74960 Filter out QE plans from planCacheStats
Adrian Gonzalez
2023-03-22
SERVER-67576 Enable explode for sort query in SBE cache
Rui Liu
2023-02-07
SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 release
Mihai Andrei
2023-02-04
Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...
Dan Larkin-York
2023-02-03
SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 release
Mihai Andrei
2022-10-21
SERVER-70643: Fix TODOs in tests
Colin Stolley
2022-07-24
SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...
Anton Korshunov
2022-07-15
SERVER-66935 Invalidate $lookup plan cache when foreign collection size changes
Denis Grebennicov
2022-07-14
SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFull
David Storch
2022-07-04
SERVER-61507 Integrate $group lowering with the new SBE cache
Ruoxin Xu
2022-06-29
SERVER-66459 Explode for sort caches incorrect parameterized plans
Anton Korshunov
2022-06-22
SERVER-64432 Integrate SBE plan cache for $lookup
Rui Liu
2022-05-06
SERVER-66209 Make BSONObjs owned when constructing a DebugInfo
Ruoxin Xu
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-04-18
SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()
David Percy
2022-04-18
SERVER-55204 Error on fallthrough unless the attribute is used
Andrew Morrow
2022-04-07
SERVER-59695 Make index filters work with SBE plan cache
Ruoxin Xu
2022-03-28
SERVER-64662 Save secondary collection debugInfo for SBE foreign collections
Rui Liu
2022-03-08
SERVER-61422 Update SBE filter stage builder to use parameter markers
Ruoxin Xu
2022-02-16
SERVER-61083 Cache plans that only have a single query solution
Anton Korshunov
2022-02-14
SERVER-61835 Fix how SBE plan cache deals with ShardFilterer
Ruoxin Xu
2022-01-17
SERVER-59682 Recover SBE plans from the new plan cache
Ruoxin Xu
2021-11-19
SERVER-61556 Fix SBE lib dependencies
Alexander Ignatyev
[next]