summaryrefslogtreecommitdiff
path: root/client/parallel.cpp
AgeCommit message (Expand)Author
2011-10-04better logging of stale configs for parallel cursor SERVER-3982gregs
2011-08-03don't use lazy on connection types where it can't workEliot Horowitz
2011-07-27add options to Futures SERVER-3405gregs
2011-06-16better logic for no-result in rs for parallel ops SERVER-2481gregs
2011-06-16parallel cursor recover gracefully from replica set and other errors SERVER-2481gregs
2011-06-03dbGetMore needs to filter out newly migrated results SERVER-3086gregs
2011-06-03always use parallelcursor SERVER-3086gregs
2011-05-31Don't use separate threads for Future::spawnCommand SERVER-1790Mathias Stearn
2011-05-31SERVER-1790 WIP: use initLazy but still in separate threadMathias Stearn
2011-04-21parallelize ParallelSortClusteredCursor using callLazy SERVER-2014Eliot Horowitz
2011-04-21cleaner with LOGEliot Horowitz
2011-04-21some cleaning on parallel cursorEliot Horowitz
2011-02-01commentEliot Horowitz
2011-01-25ability to get partial results from a sharded find SERVER-2020Eliot Horowitz
2011-01-23ability to select Connection to use for FutureEliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-21fix sharded explain so it sends fields wantedEliot Horowitz
2010-11-29Note about updating shell's explainMathias Stearn
2010-11-10object ownershipEliot Horowitz
2010-11-10fix limit on explain SERVER-1896Eliot Horowitz
2010-09-17fix FutureEliot Horowitz
2010-09-17simplify Future and have it catch exceptionsEliot Horowitz
2010-09-14handle explain counts generically so new ones get aggregatedEliot Horowitz
2010-09-08block rather than poll in CommandResult::join()Mathias Stearn
2010-09-08get rid of last _grab SERVER-1602Mathias Stearn
2010-08-18SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner
2010-08-09better adding of sort key to projection in mongos SERVER-1601Mathias Stearn
2010-08-04fix sorting if sort field not included in projection SERVER-1561Eliot Horowitz
2010-08-02check for null return from query()Dwight
2010-08-01cleaning to make sure _init isn't being called twiceEliot Horowitz
2010-07-29fix memory leak in ParallelCursor on config changesEliot Horowitz
2010-07-28fix skip + batch size issueEliot Horowitz
2010-07-23fixingEliot Horowitz
2010-07-23fix bach size for weird casesEliot Horowitz
2010-07-22SERVER-1278 sharding/cursor1.js shouldn't really work, fix upcomingAlberto Lerner
2010-07-22treat some stale configs differently SERVER-1430Eliot Horowitz
2010-07-19passthrough mongod $err through mognos SERVER-1431Eliot Horowitz
2010-07-18cleaningdwight
2010-07-17Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner
2010-07-17SERVER-1270 Prep for hooking StringDataAlberto Lerner
2010-06-25fix mongod side filternig with emebdded objects SERVER-1245Eliot Horowitz
2010-05-27Make ShardConnection complain if not closedMathias Stearn
2010-05-26sharded explain SERVER-953Eliot Horowitz
2010-05-26checkpoint for explain sharded SERVER-953Eliot Horowitz
2010-05-26fix conn leakEliot Horowitz
2010-05-20fix connection pooling a bitEliot Horowitz
2010-05-19make client -> mongod connection static SERVER-956Eliot Horowitz
2010-04-27stdafx->pchDwight
2010-04-26fix DBClientCursor ownership of ScopedDBConnection SERVER-1048Eliot Horowitz
2010-04-14skip for sharding SERVER-1022Eliot Horowitz