summaryrefslogtreecommitdiff
path: root/db/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
* another connection leakEliot Horowitz2010-05-261-0/+1
* SERVER-109 finish rewriting bestGuess code pathAaron2010-05-251-5/+2
* Make YieldLock saferMathias Stearn2010-05-191-2/+2
* SERVER-109 $or checkpointAaron2010-05-121-2/+2
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-2/+2
* fix repair with dups and background indexes SERVER-1099Eliot Horowitz2010-05-071-3/+3
* cleaner sharded m/r lockingEliot Horowitz2010-05-031-3/+1
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-5/+4
* refactor and rename insertDwight Merriman2010-04-281-2/+2
* stdafx->pchDwight2010-04-271-1/+1
* towards 2Dwight Merriman2010-04-241-3/+3
* more /_commandsDwight2010-04-231-2/+4
* /_commands in the http interfaceDwight2010-04-231-4/+4
* redo m/r locking and not using DBDirectClient for heavy lifting SERVER-771Eliot Horowitz2010-03-301-49/+113
* unlock a little more oftenEliot Horowitz2010-03-191-0/+3
* spam and progress meter fixEliot Horowitz2010-03-191-4/+2
* better handling of m/r large obejcts/reduce SERVER-788Eliot Horowitz2010-03-191-17/+47
* make killOp work for map reduce SERVER-387Eliot Horowitz2010-03-161-3/+5
* don't replicate mr temp tables SERVER-746Eliot Horowitz2010-03-151-2/+12
* track progress of m/r in db.currentOp or web console SERVER-590Eliot Horowitz2010-03-151-7/+10
* m/r memory optimizationsEliot Horowitz2010-03-141-11/+14
* wrong lock type on map reduce finishEliot Horowitz2010-02-261-1/+1
* change Command locking configEliot Horowitz2010-02-261-2/+3
* uassert #Eliot Horowitz2010-02-231-1/+1
* uassert when using non-empty CodeWScope in M/R SERVER-638Eliot Horowitz2010-02-231-1/+11
* 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