summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/group_pushdown.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75054: Change default of internalQueryFrameworkControl to trySbeEngineHana Pearlman2023-04-061-2/+2
* SERVER-72486 Enable all features supported in SBE by defaultDavid Storch2023-03-301-32/+22
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-23/+33
* SERVER-72843 Fallback to the classic engine for FilterExpressionDrew Paroski2023-02-061-15/+0
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-33/+23
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-23/+33
* SERVER-69707 Fix undefined slot error for $group with conditional expressionYoonsoo Kim2022-09-161-0/+188
* SERVER-69482 Fix "group_pushdown.js" testDrew Paroski2022-09-081-1/+1
* SERVER-69482 Make EvalStage less error-proneDrew Paroski2022-09-081-0/+5
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-7/+7
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-7/+7
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-7/+7
* SERVER-68405 Convert Nothing for _id expression in $group to NullYoonsoo Kim2022-07-291-0/+13
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-211-1/+1
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-061-0/+13
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-150/+36
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-8/+8
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-9/+9
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-101-0/+8
* SERVER-65465 Have the SBE $sum use a simple `sum` for a count-like sumYoonsoo Kim2022-05-041-0/+25
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-131-0/+28
* SERVER-60051 push $project into SBE after $groupMisha Tyulenev2022-04-061-29/+142
* SERVER-60197 Fix test cases for $group pushdown when subplanningYoonsoo Kim2022-01-251-3/+8
* SERVER-60197 Support group pushdown when subplanning is involvedYoonsoo Kim2022-01-251-19/+36
* SERVER-59951 Support document _id expressionYoonsoo Kim2022-01-191-8/+15
* SERVER-60300 Enable pushdown of $bucket and $sortByCount to SBEAnna Wawrzyniak2022-01-071-5/+22
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-071-8/+10
* SERVER-61569 Enable all accumulators for pushdownEric Cox2021-12-021-2/+36
* SERVER-61787 Block pushdown of subplanned $match stageYoonsoo Kim2021-11-301-0/+7
* SERVER-61493 Support sharded $stddev accumulators for SBE group pushdownYoonsoo Kim2021-11-191-24/+4
* SERVER-61492 Support sharded $avg accumulator for SBE $group pushdownYoonsoo Kim2021-11-191-49/+59
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-9/+34
* SERVER-60893 Deduplicate field lookups for a same field path when $group is p...Yoonsoo Kim2021-10-261-1/+103
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-211-1/+13
* SERVER-59070 Support `needsMerge` behavior in $group pushed down to SBEYoonsoo Kim2021-10-191-6/+57
* SERVER-60638 Block $group from being pushed down when `needsMerge` is requestedYoonsoo Kim2021-10-131-3/+22
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-2/+2
* SERVER-60261 Update some comments on `$coerceToBool`-related issuesYoonsoo Kim2021-09-291-1/+1
* SERVER-60282 Only pushdown $group stages when not mergingEric Cox2021-09-291-0/+10
* SERVER-60239 Block $group with $coerceToBool from being pushed down to SBEYoonsoo Kim2021-09-281-0/+17
* SERVER-60226 Ban sugared $group stages from being pushed down to SBEYoonsoo Kim2021-09-251-0/+23
* SERVER-60216 Enable $group pushdown with $sumEric Cox2021-09-241-8/+12
* SERVER-60191 Disable $group pushdown to SBE when $match with $or existsYoonsoo Kim2021-09-241-0/+12
* SERVER-60177 Handle empty collection in unionWith when pushing downEric Cox2021-09-231-24/+9
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-0/+148