summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/external_sort_find.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-1/+1
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-1/+1
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-1/+1
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-1/+1
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-11/+15
* SERVER-57493 Remove requires_find_command jstest tagAdityavardhan Agrawal2021-06-301-6/+0
* SERVER-53303 Make sort and group execution stages report number of spills to ...Denis Grebennicov2021-05-191-5/+57
* SERVER-56109 Replace repeated isSBEEnabled checks with helper functionNikita Lapkov2021-04-231-4/+2
* SERVER-51815 Sort stage should provide specific stats for total mem usage in SBEMihai Andrei2021-01-271-3/+13
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-1/+4
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-021-4/+2
* SERVER-44487 Only construct Values in DocumentStorage cache for looked-up fie...David Storch2019-11-131-5/+2
* SERVER-44053 Rename blocking sort memory limit to "internalQueryMaxBlockingSo...David Storch2019-10-231-1/+1
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-151-2/+5
* SERVER-43683 Test that 'allowDiskUse' works as expected for find command agai...David Storch2019-10-111-0/+11
* SERVER-7694 Enable allowing disk use for sorts in the find command.David Storch2019-10-021-0/+100