summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/sorter.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-201-0/+13
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-3/+8
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-141-2/+0
* SERVER-50708 Test resuming multiple index buildsGregory Noma2020-09-241-9/+3
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-9/+15
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-2/+9
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-071-1/+3
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-36/+45
* SERVER-48416 Write index build progress to internal table on clean shutdownGregory Noma2020-06-171-18/+18
* SERVER-48414 Extend Sorter and BulkBuilder interfaces to return data for resu...Gregory Noma2020-06-111-0/+35
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-4/+6
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-191-1/+22
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41905 Add in-memory checksumming to external sorterGabe Villasana2019-07-241-0/+6
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38764 External sorter should use 64-bit integers for file offsetsLouis Williams2019-01-181-4/+4
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-21/+76
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-27/+29
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-1/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-143/+137
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-10868 Move Sorter tests out of dbtests to a unit testMathias Stearn2013-09-271-0/+1
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-271-2/+10
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9411 Optimize sorter file I/O by batching writes to at least 64K.Mathias Stearn2013-05-131-0/+3
* SERVER-9411 Fluent API for SortOptionsMathias Stearn2013-05-131-0/+18
* SERVER-9411 Move Sorter implementations into sorter namespace.Mathias Stearn2013-05-131-3/+6
* SERVER-9443 First part of limit support for new frameworkMathias Stearn2013-05-131-1/+3
* SERVER-9411 Make Sorter an interfaceMathias Stearn2013-05-131-22/+21
* SERVER-9411 SortedFileWriter doesn't need SortOptionsMathias Stearn2013-05-131-2/+1
* SERVER-9411 Comment the public API of the new SorterMathias Stearn2013-05-131-4/+53
* SERVER-9411 First pass at new Sorter frameworkMathias Stearn2013-05-131-0/+143