summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-021-10/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+8
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-061-4/+2
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-012-8/+10
* SERVER-42949 Move values inside InMemIterator::next()Louis Williams2019-08-211-1/+1
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-192-2/+22
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-272-24/+18
* SERVER-41905 Add in-memory checksumming to external sorterGabe Villasana2019-07-243-4/+69
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-8/+15
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-092-6/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+6
* SERVER-40153 remove overflowing constants that MSVC warns aboutBilly Donahue2019-03-211-30/+35