summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-293-56/+77
* SERVER-69578 add bugprone-misplaced-widening-cast check to clang-tidyTrevor Guidry2022-09-151-1/+1
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-7/+9
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-66925: Resumable Index Build for Column storeErin Zhu2022-08-092-0/+22
* SERVER-68196 Fix broken assertion in BoundedSorterDan Larkin-York2022-07-281-4/+5
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-157-93/+364
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-082-6/+13
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-302-13/+6
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-292-6/+13
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-062-9/+5
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ...Benety Goh2022-04-283-11/+50
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-3/+0
* SERVER-65881 Support sort-limit optimization with bounded sort stageDan Larkin-York2022-04-221-1/+6
* SERVER-63637 Execution stats for internalBoundedSort stageDan Larkin-York2022-04-061-0/+5
* SERVER-64348 Support compound sort in $_internalBoundedSort stageDavid Percy2022-03-293-1/+247
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-214-10/+13
* SERVER-64347 Add support for descending sort to the bounded sorterDan Larkin-York2022-03-163-68/+245
* SERVER-64451 Ensure we don't try to access BoundedSorter heap if it is emptyDan Larkin-York2022-03-141-1/+1
* SERVER-64093 Support spilling to disk in BoundedSorterDan Larkin-York2022-03-103-66/+521
* SERVER-63699 Create a very limited bounded-sort stage for time-seriesDavid Percy2022-02-162-0/+263
* SERVER-60331 Make ExternalSorter respect memory limitsJordi Olivares Provencio2022-02-023-28/+189
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-3023-2198/+1805
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-1623-1805/+2198
* SERVER-54791 Fix `Sorter::File` cleanupGregory Noma2021-07-282-12/+12
* SERVER-54791 Use single file descriptor for external sortGregory Noma2021-07-283-185/+231
* SERVER-58197 Pass ranges by reference when constructing a Sorter from existin...Gregory Noma2021-07-012-4/+4
* SERVER-58201 Remove Sorter::_numSpillsGregory Noma2021-07-012-6/+3
* SERVER-56424 Sorter detects and converts out of disk space system error rathe...Benety Goh2021-05-261-0/+8
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-212-1/+25
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-212-21/+25
* SERVER-51815 Sort stage should provide specific stats for total mem usage in SBEMihai Andrei2021-01-272-8/+17
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-202-5/+25
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-193-17/+43
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-143-58/+75
* SERVER-50131 add tests for constructing Sorter from existing rangesBenety Goh2020-09-301-0/+166
* SERVER-50131 make EncryptionHooks check in Sorter work with tests without ser...Benety Goh2020-09-293-8/+22
* SERVER-50131 fix typo in Sorter::makeFromExistingRanges() invariant messageBenety Goh2020-09-291-1/+1
* SERVER-50131 fix header includes and using directives in sorter_test.cppBenety Goh2020-09-291-46/+39
* SERVER-50708 Test resuming multiple index buildsGregory Noma2020-09-243-39/+32
* SERVER-50920 Fix resuming index builds from the bulk load phaseGregory Noma2020-09-151-25/+15
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-033-50/+65
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-133-42/+43
* SERVER-50221 Use shared_ptr to manage NoLimitSorter and InMemIterator in-memo...Gregory Noma2020-08-101-19/+22
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-072-2/+18
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-065-49/+141
* SERVER-48416 Write index build progress to internal table on clean shutdownGregory Noma2020-06-173-23/+46
* SERVER-48414 Extend Sorter and BulkBuilder interfaces to return data for resu...Gregory Noma2020-06-113-18/+89