summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/hash_agg.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+0
* SERVER-67338 Fix ownership of HashAggStage key in SBEEric Cox2022-06-221-17/+10
* SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-161-2/+2
* SERVER-63739 Implement spilling to disk for new SBE stageEric Cox2022-04-061-65/+15
* SERVER-63328 Relax checks for write lock to support spilling to temp WT recor...Eric Cox2022-02-161-5/+0
* SERVER-60311 Adaptive memory usage check and exec stats for spillingIrina Yatsenko2022-01-201-41/+111
* Revert "SERVER-60311 Make memory usage check adaptive and add exec stats for ...auto-revert-processor2022-01-201-111/+41
* SERVER-60311 Make memory usage check adaptive and add exec stats for spillingIrina Yatsenko2022-01-191-41/+111
* SERVER-61965 Add assertion in HashAggStage to fail when cursor restore is not...Anna Wawrzyniak2021-12-181-1/+2
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-071-42/+267
* SERVER-61046 TrialRunTracker support in HashAgg stageJustin Seyster2021-11-171-0/+27
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-19/+2
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-3/+56
* SERVER-60146 Check memory usage more frequently in HashAggEric Cox2021-09-231-1/+5
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-171-0/+12
* SERVER-59336 Use absl::InlinedVector for vectors that are likely to be small ...Martin Neupauer2021-08-241-1/+1
* SERVER-58590 Add memory tracking for HashAgg Stage.Sajed Nahian2021-08-201-0/+12
* SERVER-58431 Modify HashAgg stage in preparation for $lookup + $group pushdownMartin Neupauer2021-07-261-2/+2
* SERVER-58431 Modify HashAgg stage in preparation for $lookup + $group pushdownMartin Neupauer2021-07-221-35/+103
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-291-1/+1
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching c...Mickey. J Winters2021-03-111-10/+32
* Revert "SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key ma...Ian Boros2021-03-101-32/+10
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching c...Mickey. J Winters2021-03-051-10/+32
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-051-0/+6
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-4/+4
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-2/+16
* SERVER-51534 Support concatArrays in SBEAlya Berciu2020-11-231-0/+5
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-211-2/+1
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-3/+5
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-071-5/+4
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+199