summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_cached_solution_planner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66935 Invalidate $lookup plan cache when foreign collection size changesDenis Grebennicov2022-07-151-3/+3
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-1/+1
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-161-7/+2
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-7/+2
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-2/+7
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-091-3/+20
* Revert "SERVER-59080 Do not discard work from trial run when replanning is no...Mickey. J Winters2021-11-081-20/+3
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-041-3/+20
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+1
* SERVER-56486 Improve SBE multiplannerMihai Andrei2021-07-161-4/+1
* SERVER-56792 Fail query in SBE cached planner and subplanner if an index is d...David Storch2021-05-171-1/+5
* SERVER-53238 [SBE] Include replanReason string into PlanSummaryStatsAnton Korshunov2021-03-201-2/+4
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-2/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+86