summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-10210 Use Snappy compression when Sorter writes to diskMathias Stearn2013-08-191-7/+42
* Fix bug in Sorter when spilling to diskMathias Stearn2013-07-101-1/+1
* Make Sorter file numbers globally unique within a process.Mathias Stearn2013-07-101-2/+8
* Extra safety to prevent Sorter from writing to disk in mongosMathias Stearn2013-07-101-0/+10
* SERVER-9411 Fix IO error messages from sorter on windows.Mathias Stearn2013-05-141-4/+12
* SERVER-9411 remove stub code to ensure templates compile correctlyMathias Stearn2013-05-131-43/+0
* SERVER-9411 Optimize sorter file I/O by batching writes to at least 64K.Mathias Stearn2013-05-132-7/+26
* Tests for SERVER-9411 and SERVER-9443Mathias Stearn2013-05-131-15/+22
* SERVER-9411 Fluent API for SortOptionsMathias Stearn2013-05-131-0/+18
* SERVER-9443 Correctly handle initial state in LimitOneSorterMathias Stearn2013-05-131-3/+20
* SERVER-9411 Move Sorter implementations into sorter namespace.Mathias Stearn2013-05-132-257/+264
* SERVER-9411 dassert that Sorter's comparator is saneMathias Stearn2013-05-131-2/+36
* SERVER-9443 First part of limit support for new frameworkMathias Stearn2013-05-132-13/+200
* SERVER-9411 Make Sorter an interfaceMathias Stearn2013-05-132-82/+107
* SERVER-9411 SortedFileWriter doesn't need SortOptionsMathias Stearn2013-05-132-6/+3
* SERVER-9411 Comment the public API of the new SorterMathias Stearn2013-05-132-4/+68
* SERVER-9411 First pass at new Sorter frameworkMathias Stearn2013-05-132-0/+580