summaryrefslogtreecommitdiff
path: root/jstests/aggregation/group_conversion_to_distinct_scan.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37304 Extend $sort+$group+$first optimization to $lastAlya Berciu2022-12-081-403/+709
* SERVER-70267 Add DocumentSourceStreamingGroupIvan Fefer2022-11-181-2/+23
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-6/+0
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-0/+6
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-1/+0
* SERVER-49227 Tag tests to be excluded from aggregation_slot_based_executionJustin Seyster2020-08-181-5/+8
* SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is ...Katherine Wu2020-06-251-0/+12
* SERVER-46544 Unblacklist tests in aggregation_secondary_reads passthroughMihai Andrei2020-04-091-3/+6
* SERVER-31898 Allow multikey indexes to provide sorts in certain casesIan Boros2020-01-281-5/+71
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-151-3/+3
* Revert "SERVER-42836 Fast path for sort key generation of WorkingSetMembers"Justin Seyster2019-10-081-3/+3
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-081-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-644/+644
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-06-111-47/+130
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-102/+138
* SERVER-40089 $group optimized with DISTINCT_SCAN cannot use $$ROOTJustin Seyster2019-03-281-28/+43
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-0/+527