summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sort_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-291-3/+2
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-151-1/+1
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-301-16/+19
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-19/+16
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-0/+4
* SERVER-51815 Sort stage should provide specific stats for total mem usage in SBEMihai Andrei2021-01-271-2/+1
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-2/+3
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-10/+15
* SERVER-45854 Hold WorkingSetMembers at a distance for sorting.David Storch2020-02-051-2/+2
* SERVER-44324 Template the SortExecutor.David Storch2019-11-041-31/+85
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-14/+15
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-0/+12
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-3/+6
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-2/+10
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-231-0/+118