summaryrefslogtreecommitdiff
path: root/client/parallel.cpp
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-1515/+0
* SERVER-4220 buildbot count_slaveok.js explicitly set booleans, don't be cleve...Greg Studer2011-12-151-1/+1
* unreferenced variable warningTad Marshall2011-12-151-1/+1
* buildbot dumprestore9.js make sure we initialize bools correctly in pcursor m...Greg Studer2011-12-141-1/+2
* allow commands to be run sharded via ParallelCursor SERVER-4220gregs2011-12-141-75/+143
* SERVER-4220 extend namespacestring to handle commands, use in pcursorGreg Studer2011-12-141-6/+6
* allow non-lazy cursors via sharded pcursors SERVER-4220gregs2011-12-141-29/+55
* SERVER-4220 disable request retries, now handled by pcursorGreg Studer2011-12-141-3/+41
* consistent initialization of parallel cursor across shards SERVER-4220Greg Studer2011-12-141-22/+534
* SERVER-4220 add better parallelcursor constructorGreg Studer2011-12-131-0/+45
* add ChunkManager to ShardConnection SERVER-4220gregs2011-12-131-3/+3
* SERVER-4398 report the actual elapsed time for a sharded query, rather than a...Eric Milkie2011-12-051-6/+3
* allow retrying of Future::Commands SERVER-4158gregs2011-10-311-17/+52
* changes to staleconfigexceptions for SERVER-4158gregs2011-10-311-4/+14
* better logging of stale configs for parallel cursor SERVER-3982gregs2011-10-041-4/+4
* don't use lazy on connection types where it can't workEliot Horowitz2011-08-031-3/+9
* add options to Futures SERVER-3405gregs2011-07-271-5/+6
* better logic for no-result in rs for parallel ops SERVER-2481gregs2011-06-161-1/+4
* parallel cursor recover gracefully from replica set and other errors SERVER-2481gregs2011-06-161-54/+220
* dbGetMore needs to filter out newly migrated results SERVER-3086gregs2011-06-031-0/+2
* always use parallelcursor SERVER-3086gregs2011-06-031-0/+1
* Don't use separate threads for Future::spawnCommand SERVER-1790Mathias Stearn2011-05-311-36/+32
* SERVER-1790 WIP: use initLazy but still in separate threadMathias Stearn2011-05-311-1/+10
* parallelize ParallelSortClusteredCursor using callLazy SERVER-2014Eliot Horowitz2011-04-211-4/+74
* cleaner with LOGEliot Horowitz2011-04-211-6/+4
* some cleaning on parallel cursorEliot Horowitz2011-04-211-16/+17
* commentEliot Horowitz2011-02-011-1/+1
* ability to get partial results from a sharded find SERVER-2020Eliot Horowitz2011-01-251-31/+45
* ability to select Connection to use for FutureEliot Horowitz2011-01-231-5/+16
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-120/+121
* fix sharded explain so it sends fields wantedEliot Horowitz2010-12-211-1/+1
* Note about updating shell's explainMathias Stearn2010-11-291-0/+4
* object ownershipEliot Horowitz2010-11-101-1/+1
* fix limit on explain SERVER-1896Eliot Horowitz2010-11-101-1/+5
* fix FutureEliot Horowitz2010-09-171-0/+3
* simplify Future and have it catch exceptionsEliot Horowitz2010-09-171-16/+14
* handle explain counts generically so new ones get aggregatedEliot Horowitz2010-09-141-11/+16
* block rather than poll in CommandResult::join()Mathias Stearn2010-09-081-2/+9
* get rid of last _grab SERVER-1602Mathias Stearn2010-09-081-17/+3
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* better adding of sort key to projection in mongos SERVER-1601Mathias Stearn2010-08-091-14/+23
* fix sorting if sort field not included in projection SERVER-1561Eliot Horowitz2010-08-041-0/+32
* check for null return from query()Dwight2010-08-021-0/+2
* cleaning to make sure _init isn't being called twiceEliot Horowitz2010-08-011-2/+10
* fix memory leak in ParallelCursor on config changesEliot Horowitz2010-07-291-2/+10
* fix skip + batch size issueEliot Horowitz2010-07-281-7/+9
* fixingEliot Horowitz2010-07-231-2/+2
* fix bach size for weird casesEliot Horowitz2010-07-231-0/+2
* SERVER-1278 sharding/cursor1.js shouldn't really work, fix upcomingAlberto Lerner2010-07-221-1/+5
* treat some stale configs differently SERVER-1430Eliot Horowitz2010-07-221-0/+5