summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_factory.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-4/+4
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-04-121-5/+5
* Revert "SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on th...Jordi Serra Torrens2023-04-031-5/+5
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-03-311-5/+5
* SERVER-63641 Use priority queue to sort plans during multiplanningIvan Fefer2023-02-281-17/+18
* SERVER-73194 Allow hints to go through CQFMatt Boros2023-02-211-1/+0
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-21/+9
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-11/+25
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-3/+6
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-12/+18
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64164 Track secondary namespaces used by query plan in PlanExecutorSBEMihai Andrei2022-03-111-2/+0
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-2/+0
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-6/+4
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+3
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-2/+1
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-1/+2
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+1
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-2/+2
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-2/+2
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-0/+10
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-24/+25
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-11/+11
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-5/+5
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-2/+11
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-0/+10
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-0/+159