summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72108 Only compute params for query planning when necessaryAlyssa Wagenmaker2022-12-161-26/+37
* SERVER-71763 CSI planning heuristics enhancementsAlyssa Wagenmaker2022-12-131-0/+4
* SERVER-61644 Enable CSI feature flagIan Boros2022-12-101-36/+88
* SERVER-37304 Extend $sort+$group+$first optimization to $lastAlya Berciu2022-12-081-11/+38
* SERVER-69956 Query planning heuristics for choosing columnscanAlyssa Wagenmaker2022-12-021-4/+12
* SERVER-70617 Allow use of SBE/column indexes for count queriesAlyssa Wagenmaker2022-11-181-61/+94
* SERVER-68803 Add whether SBE is in use to currentOp outputAlyssa Wagenmaker2022-11-141-1/+1
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-48/+66
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-44/+46
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-2/+2
* SERVER-71067 Set OpDebug::planCacheKey based on which cache we're usingAlyssa Wagenmaker2022-11-031-2/+8
* SERVER-70871 Generate query solution before query engine selectionAlyssa Wagenmaker2022-11-021-67/+196
* SERVER-62034 Prevent hybrid CQF for pipeline prefixes and subpiplinesBen Shteinfeld2022-10-311-0/+17
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+1
* SERVER-66435 Always use classic engine for IDhack plansAnna Wawrzyniak2022-10-121-105/+4
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-4/+21
* SERVER-63604 Optimize detection of the need to produce/propagate RecordId slo...Alberto Massari2022-09-301-6/+5
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-101-1/+4
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-0/+6
* SERVER-68795 Make PlanYieldPolicySBE always use new yielding when feature fla...Dianna Hohensee2022-08-241-4/+1
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-191-1/+27
* SERVER-62985 Add planning logic to support hinting a columnar indexCharlie Swanson2022-08-041-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov2022-07-241-1/+1
* SERVER-66935 Invalidate $lookup plan cache when foreign collection size changesDenis Grebennicov2022-07-181-3/+10
* SERVER-66935 Invalidate $lookup plan cache when foreign collection size changesDenis Grebennicov2022-07-151-8/+10
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-4/+7
* SERVER-67097: Respect FCV for gBatchMultiDeletes when checking gBatchUserMult...Yu Jin Kang Park2022-07-051-1/+2
* SERVER-61507 Integrate $group lowering with the new SBE cacheRuoxin Xu2022-07-041-4/+1
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-13/+27
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...Matt Boros2022-06-101-21/+25
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-041-3/+0
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-3/+4
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-14/+23
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-1/+1
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-181-7/+6
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-1/+1
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-131-1/+1
* SERVER-66071 Batch deletes on sharded collectionsJosef Ahmad2022-05-091-5/+4
* SERVER-66101 Rename COLUMN_IXSCAN to COLUMN_SCAN to match designCharlie Swanson2022-05-091-11/+22
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-5/+4
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-8/+12
* SERVER-65532 Avoid calls to fillOutSecondaryCollectionsInformation() in Prepa...Ruoxin Xu2022-04-261-19/+8
* SERVER-65083 Fix SBE plan cache index visibility bugDavid Storch2022-04-201-0/+2
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-181-24/+10
* SERVER-64443 Verify that replanning works for HashJoinMihai Andrei2022-04-131-1/+1
* Revert "SERVER-64443 Verify that replanning works for HashJoin"auto-revert-processor2022-04-131-1/+1
* SERVER-64443 Verify that replanning works for HashJoinMihai Andrei2022-04-131-1/+1
* SERVER-65129 Remove featureFlagAutoParameterizationRuoxin Xu2022-04-121-12/+8