summaryrefslogtreecommitdiff
path: root/db/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
* one more ContextEliot Horowitz2010-01-291-0/+1
* mr fixEliot Horowitz2010-01-291-3/+5
* Fix bug in sharded MapReduce. SHARDING-68Mathias Stearn2010-01-261-1/+1
* better m/r debuggingEliot Horowitz2010-01-161-6/+8
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-3/+3
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-5/+5
* beter error handling in m/rEliot Horowitz2009-12-211-0/+6
* change map/reduce locking strategyEliot Horowitz2009-12-041-3/+4
* allow adding variable to global scope for M/R SERVER-449Eliot Horowitz2009-12-031-3/+9
* better m/r error handling and reportingEliot Horowitz2009-11-131-0/+1
* optional params for map function SERVER-401Eliot Horowitz2009-11-101-1/+10
* use writelock instead of dblock for future proofingEliot Horowitz2009-11-091-9/+10
* handle edge caseEliot Horowitz2009-11-071-2/+4
* some mr cleaningEliot Horowitz2009-11-051-1/+3
* minor m/r speedupEliot Horowitz2009-11-041-1/+2
* limit option for m/rEliot Horowitz2009-11-041-1/+10
* new mapreduce arch which is much faster for most data sets SERVER-326Eliot Horowitz2009-11-041-193/+162
* m/r refactor check point 1Eliot Horowitz2009-11-041-72/+123
* silly optimizationEliot Horowitz2009-11-041-3/+4
* stats for sharded map/reduce SHARDING-37Eliot Horowitz2009-11-031-1/+22
* delete temp shard collections on shards SHARDING-37Eliot Horowitz2009-11-031-0/+4
* sharded map-reduce basic test works SHARDING-37Eliot Horowitz2009-11-031-24/+64
* some sharded query re-factoringEliot Horowitz2009-11-031-0/+36
* warning fix MINOREliot Horowitz2009-10-231-1/+1
* prettierDwight2009-10-231-1/+1
* map/reduce works on a slave SERVER-383Eliot Horowitz2009-10-221-3/+10
* map/reduce finalize option SERVER-372Eliot Horowitz2009-10-191-0/+6
* mr warning and some more testsEliot Horowitz2009-10-151-1/+1
* more timing,debuggingEliot Horowitz2009-10-151-16/+38
* cleaning up map/reduce temp collection names and outputEliot Horowitz2009-10-141-7/+18
* more database fix and add mr.cpp to vcproj fileDwight2009-10-141-7/+7
* clean up MR temp tables SERVER-327Eliot Horowitz2009-10-141-0/+2
* faster map/reduce implEliot Horowitz2009-10-071-42/+72
* use _id for M/R output table - saves space and an indexEliot Horowitz2009-10-021-8/+7
* fix return of mapreduce - ok if works, not ok if collection doesn't existEliot Horowitz2009-10-011-2/+8
* don't use multimap for MR b/c its slowerEliot Horowitz2009-09-301-10/+20
* unlock while doing map/reduceEliot Horowitz2009-09-301-4/+17
* optional out paramter for map/reduceEliot Horowitz2009-09-291-0/+2
* mr query SERVER-208Eliot Horowitz2009-09-291-1/+3
* much faster map reduceEliot Horowitz2009-09-241-113/+258
* fix older mac mrEliot Horowitz2009-09-221-1/+1
* timing and testsEliot Horowitz2009-09-211-11/+13
* starting map/reduce SERVER-208Eliot Horowitz2009-09-211-0/+177