summaryrefslogtreecommitdiff
path: root/db/extsort.h
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-23/+23
* move inl header inclusion to topDwight2010-11-041-1/+1
* move include to top of file from bottomDwight2010-11-041-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* don't waste so much memory for small collectionsEliot Horowitz2010-02-201-0/+6
* use re-usable fast array for sorting in memoryEliot Horowitz2010-02-201-4/+24
* make buildindex interruptableDwight2010-01-151-3/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* don't use set for extsort, use list and then sortEliot Horowitz2009-09-261-4/+7
* don't use any files for external sort if its in 1 chunkEliot Horowitz2009-09-251-0/+8
* extsort cleaningEliot Horowitz2009-09-241-2/+0
* return Iterator *Eliot Horowitz2009-09-241-3/+3
* sort by obj,diskloc SERVER-291Eliot Horowitz2009-09-241-4/+20
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-211-4/+5
|\
| * use mmap instead of readEliot Horowitz2009-09-211-4/+5
* | better unit tests for unique indexes and dropDup : true on indexingDwight2009-09-211-0/+1
|/
* prep for buildIndex() workDwight2009-09-181-1/+0
* external srot for BSONObj and DiskLoc SERVER-291Eliot Horowitz2009-09-161-0/+98