0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Eliot Horowitz
4c364cb946 don't use set for extsort, use list and then sort 2009-09-26 23:47:08 -04:00
Eliot Horowitz
c2c136a3f2 don't use any files for external sort if its in 1 chunk 2009-09-25 11:22:43 -04:00
Eliot Horowitz
1981f140a8 extsort cleaning 2009-09-24 17:24:45 -04:00
Eliot Horowitz
56698dc313 return Iterator * 2009-09-24 17:04:44 -04:00
Eliot Horowitz
6d258c54de sort by obj,diskloc SERVER-291 2009-09-24 11:57:45 -04:00
Dwight
753703d600 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-21 16:31:37 -04:00
Dwight
6bbaf0fdc3 better unit tests for unique indexes and dropDup : true on indexing 2009-09-21 16:31:00 -04:00
Eliot Horowitz
e0496df06d use mmap instead of read 2009-09-21 15:22:15 -04:00
Dwight
926eecc0ce prep for buildIndex() work 2009-09-18 13:28:40 -04:00
Eliot Horowitz
03404026b9 external srot for BSONObj and DiskLoc SERVER-291 2009-09-16 15:26:18 -04:00