summaryrefslogtreecommitdiff
path: root/s/chunk.h
Commit message (Expand)AuthorAgeFilesLines
* commentEliot Horowitz2011-01-211-0/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-40/+38
* better error handling in split client side (still needs work)Alberto Lerner2010-12-291-3/+5
* fix int/long long issueEliot Horowitz2010-12-191-1/+1
* SERVER-1986 simpler mechanism for picking up split checks if mongos bounces f...Alberto Lerner2010-12-181-0/+3
* Revert "SERVER-1986 check if split is needed every so often, even if not much...Alberto Lerner2010-12-181-10/+3
* SERVER-1358 add a size beyond which a chunk migrate request should not go thr...Alberto Lerner2010-12-171-1/+9
* SERVER-1986 check if split is needed every so often, even if not much data ch...Alberto Lerner2010-12-161-3/+10
* clean cruftAlberto Lerner2010-11-051-5/+0
* ChunkManager doesn't change its state anymoreAlberto Lerner2010-11-021-4/+0
* clean cruftAlberto Lerner2010-11-021-6/+0
* clean cruftAlberto Lerner2010-11-021-5/+7
* make Chunk header nicerAlberto Lerner2010-11-021-24/+48
* Chunk/ChunkManager do not depend on ConfigDB anymoreAlberto Lerner2010-11-021-8/+10
* the ChunkManager is now read-only; no need to 'modified' chunk controlAlberto Lerner2010-10-291-5/+0
* remove deprecated codeAlberto Lerner2010-10-291-8/+0
* splits are now done by the mongod sideAlberto Lerner2010-10-271-2/+2
* better method nameAlberto Lerner2010-10-251-2/+2
* prepare to issue splits on the mongod sideAlberto Lerner2010-10-221-1/+2
* all split requests now go through new logicAlberto Lerner2010-10-221-67/+53
* adjust commentsAlberto Lerner2010-10-211-2/+9
* support for fiding a median key and more elaborate simple split logicAlberto Lerner2010-10-211-0/+8
* splits in mongos side will use this new call, when hookedAlberto Lerner2010-10-191-2/+10
* expose first-chunk-creation logic and call it at 'shardcollection' commandAlberto Lerner2010-10-151-0/+1
* clean cruftAlberto Lerner2010-10-151-2/+0
* dissolve friendshipAlberto Lerner2010-10-151-2/+5
* clean cruftAlberto Lerner2010-10-141-2/+0
* SERVER-1822 dedup check/resetShardVersion and kill s/d_util.cppAlberto Lerner2010-10-011-0/+2
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-09-161-1/+1
|\
| * abort chunk move if too big SERVER-1806Eliot Horowitz2010-09-161-1/+1
* | SERVER-1807 quicker auto-split if in a jumbo chunk caseAlberto Lerner2010-09-161-3/+5
|/
* const cleaningEliot Horowitz2010-09-131-5/+2
* commentsEliot Horowitz2010-09-131-0/+7
* use splitVector instead of datasize and mediankey. 1 command vs. 2 and shoul...Eliot Horowitz2010-09-121-1/+9
* use & for passing vectors to add to not *Eliot Horowitz2010-09-121-1/+1
* moving some loging from chunk to chunkmanagerEliot Horowitz2010-09-121-0/+1
* commentsAlberto Lerner2010-09-121-6/+1
* SERVER-1781 reset a chunk's modified flag after the chunk info was savedAlberto Lerner2010-09-121-3/+2
* try to get ns lock earlier so not so chattyEliot Horowitz2010-09-101-0/+3
* SERVER-1545 splitVector now takes ranges.Alberto Lerner2010-08-231-1/+1
* clean up chunk version handling - prep for SERVER-1473Eliot Horowitz2010-08-041-2/+2
* Split early if collection is smallAlberto Lerner2010-07-231-3/+2
* make more commands work with mongos SERVER-1462Mathias Stearn2010-07-221-1/+1
* break collections out of database object for sharding into own collection SER...Eliot Horowitz2010-07-211-0/+5
* Cleaning up ensureIndex in ChunkManagerMathias Stearn2010-07-191-7/+0
* change LazyString to toString rather than (string)Eliot Horowitz2010-07-171-2/+1
* move ShardChunkVersion to util.hEliot Horowitz2010-07-161-72/+1
* prevent race condition on splitsEliot Horowitz2010-07-161-4/+17
* checkpoint for re-write of migrate transferEliot Horowitz2010-07-151-5/+0
* SERVER-1185 make it easier to add compound keysAlberto Lerner2010-07-141-2/+2