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