summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/sorter_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-1/+1
* SERVER-73315 Defer deserialization of values in the SortIteratorInterface unt...Amr Elhelw2023-05-021-21/+105
* SERVER-75135 Shapify $_internalConvertBucketIndexStats, $sequentialDocumentCa...Davis Haupt2023-04-071-2/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-67903 Move _numSorted and _totalDataSizeSorted to sorterStats classShin Yee Tan2022-12-221-6/+6
* SERVER-53657 Add spill file size to execution stats for $groupIvan Fefer2022-12-061-0/+1
* Revert "SERVER-53657 Add 'spillFileSizeBytes' and 'numBytesSpilledEstimate' t...auto-revert-processor2022-10-211-1/+0
* SERVER-53657 Add 'spillFileSizeBytes' and 'numBytesSpilledEstimate' to $grou...Mihai Andrei2022-10-201-0/+1
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-291-3/+4
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-151-56/+98
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ...Benety Goh2022-04-281-3/+11
* SERVER-64348 Support compound sort in $_internalBoundedSort stageDavid Percy2022-03-291-1/+205
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-211-6/+7
* SERVER-64347 Add support for descending sort to the bounded sorterDan Larkin-York2022-03-161-37/+157
* SERVER-64093 Support spilling to disk in BoundedSorterDan Larkin-York2022-03-101-5/+270
* SERVER-63699 Create a very limited bounded-sort stage for time-seriesDavid Percy2022-02-161-0/+143
* SERVER-60331 Make ExternalSorter respect memory limitsJordi Olivares Provencio2022-02-021-1/+37
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-301-206/+219
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-219/+206
* SERVER-54791 Fix `Sorter::File` cleanupGregory Noma2021-07-281-10/+7
* SERVER-54791 Use single file descriptor for external sortGregory Noma2021-07-281-8/+10
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-211-19/+22
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-6/+28
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-141-39/+65
* 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-291-3/+2
* 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-241-21/+24
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-2/+1
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-0/+1
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-3/+2
* SERVER-48416 Write index build progress to internal table on clean shutdownGregory Noma2020-06-171-3/+4
* SERVER-48414 Extend Sorter and BulkBuilder interfaces to return data for resu...Gregory Noma2020-06-111-0/+32
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* 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-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40153 remove overflowing constants that MSVC warns aboutBilly Donahue2019-03-211-30/+35
* SERVER-40153 size_t on arm32 is not 64 bitAnton Korshunov2019-03-161-0/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-13/+47
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-2/+3
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-11/+0
* SERVER-35170 Add misc fixes to enable building in -std=c++17 modeAndrew Morrow2018-05-231-2/+4
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-5/+6