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
/
multi_plan.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-06-06
SERVER-91230 Change SBE SubPlanner to write 'reads' instead of 'works' when p...
Ian Boros
2024-05-21
SERVER-90494 Change MultiPlanStage to write to plan cache via callback (#22205)
David Storch
2024-04-17
SERVER-73498 Fill queryPlanner.optimizationTimeMillis explain output (#20152)
Carlos Alonso
2024-03-13
SERVER-87377 Add replanReason in MultiPlanStats (#19843)
Chi-I Huang
2024-03-01
SERVER-85240 Correctly fill rejectedPlans and allPlansExecution when using cl...
Daniel Segel
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-02-14
SERVER-82303 separate MetricsTree per Service (#17183)
Billy Donahue
2024-02-09
SERVER-86150 Log QuerySolution hash when final plan is chosen (#18855)
Alexander Ignatyev
2024-01-29
SERVER-85235 Implement classic_runtime_planner_for_sbe::MultiPlanner (#18299)
Adityavardhan Agrawal
2023-12-28
SERVER-82238 Add "isCached" field to winning and rejected plans in explain (#...
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-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-06-22
SERVER-78170 Modify read query stages to accept both CollectionPtr and Scoped...
Jordi Olivares Provencio
2023-05-23
SERVER-77327: replace verify() with MONGO_verify()
Colin Stolley
2023-05-01
SERVER-74521 Support clustered collections in SBE
Kevin Cherkauer
2023-01-20
SERVER-72935 switch c stdlib headers to cpp compat stdlib headers
Daniel Moody
2022-10-10
SERVER-70394 Fix self-swap in MultiPlanStage::removeRejectedPlans
Ivan Fefer
2022-09-29
SERVER-58712: Fix update performance on collections with multiple secondary i...
Ivan Fefer
2022-08-18
SERVER-66998 Do not allow WriteConflict exceptions to be thrown without context
Faustoleyva54
2022-07-27
SERVER-67101 Support microsecond precision in ScopedTimer
Ruoxin Xu
2022-07-26
Revert "SERVER-67101 Support microsecond precision in ScopedTimer"
Ruoxin Xu
2022-07-26
SERVER-67101 Support microsecond precision in ScopedTimer
Ruoxin Xu
2022-07-12
SERVER-65360 Handle TemporarilyUnavailableException in query exec
Josef Ahmad
2022-06-30
SERVER-65987 ServerStatusMetric API refresh
Daniel Morilha
2022-06-22
SERVER-64432 Integrate SBE plan cache for $lookup
Rui Liu
2022-05-10
SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...
Amirsaman Memaripour
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-04-28
SERVER-65984 add HistogramServerStatusMetric under db/exec/
Billy Donahue
2022-04-09
SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...
Jess Balint
2022-04-07
SERVER-65270 Fix bug related to queries on large documents not respecting the...
Ian Boros
2022-02-09
SERVER-63102 Introduce internalQueryPlanEvaluationWorksSbe
r5.3.0-alpha3
David Storch
2022-01-27
SERVER-62981 Make SBE multi-planner trial period length independent of collec...
David Storch
2021-12-01
SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.
Faustoleyva54
2021-11-03
SERVER-60066 Remove plan cache entries on collection drop
Alexander Ignatyev
2021-10-14
SERVER-60338 Refine SBE query shape and implement plan cache key encoding
Ruoxin Xu
2021-09-24
SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCache
Ruoxin Xu
2021-09-02
SERVER-59335 Separate code specific to the classic plan cache
80741223+jlap199@users.noreply.github.com
2021-08-10
SERVER-54083 Include scores calculated by PlanRanker in explain "queryPlanner...
Alice Doherty
2021-03-20
SERVER-53238 [SBE] Include replanReason string into PlanSummaryStats
Anton Korshunov
2021-03-01
SERVER-34200 Explain doesn't report stages which are above a MultiPlanStage
Timour Katchaounov
2020-12-01
SERVER-48625 Add query knobs to explain output and logs
Ted Tuckman
2020-10-23
SERVER-50743 Support generation of "planSummary" stats in SBE
Anton Korshunov
2020-09-28
SERVER-50946 Create PlanExplainer interface and implementations
Anton Korshunov
2020-09-26
SERVER-50984 Add CollectionPtr to replace usage of const Collection*
Henrik Edin
2020-08-20
SERVER-48900 Remove format-string arguments from logv2 statements
Milena Ivanova
2020-06-11
SERVER-48228 Move slot-based execution engine and supporting changes into the...
Martin Neupauer
[next]