summaryrefslogtreecommitdiff
path: root/s/chunk.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-1781 reset a chunk's modified flag after the chunk info was savedAlberto Lerner2010-09-121-3/+2
* clean up chunk version handling - prep for SERVER-1473Eliot Horowitz2010-08-161-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
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-07-141-1/+5
|\
| * SERVER-1185 split->multi-split and testingAlberto Lerner2010-07-141-1/+5
* | ShardChunkVersion takes BSONElemenetEliot Horowitz2010-07-141-0/+10
|/
* goodbye _getChunksForQueryMathias Stearn2010-07-121-9/+1
* Chunk::countObjects() uses $min and $max SERVER-951Mathias Stearn2010-07-121-2/+1
* remove getChunksForQuery SERVER-952Mathias Stearn2010-07-121-5/+0
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-7/+6
* git rid of "operator string"Mathias Stearn2010-07-071-6/+7
* better distributed lockingEliot Horowitz2010-07-021-1/+9
* finish first cut at migrate in mognod and lots of fixes SERVER-933Eliot Horowitz2010-07-021-1/+2
* workong on moving migrate to mongod, cleaning, and version fixingEliot Horowitz2010-07-011-12/+27
* get rid of _chunks vectorMathias Stearn2010-06-301-3/+1
* Useful Chunk ConstructorsMathias Stearn2010-06-301-0/+1
* Chunk doesn't need its own copy of nsMathias Stearn2010-06-301-2/+3
* nicer chunk versionsEliot Horowitz2010-06-301-2/+45
* cache list of shards SERVER-952Mathias Stearn2010-06-291-0/+2
* first cut at using applyOps for updating chunk infoEliot Horowitz2010-06-291-7/+9
* don't lock in ChunkManager constructorEliot Horowitz2010-06-021-0/+1
* Chunk now uses enable_shared_from_thisMathias Stearn2010-05-281-3/+1
* don't leak ChunkManager use - shared_ptrEliot Horowitz2010-05-261-2/+6
* use shared_ptr for Chunk referencesEliot Horowitz2010-05-241-9/+12
* Better debugging for invalid chunk caseMathias Stearn2010-05-201-0/+1
* Reload chunks if got invalid config. SERVER-1135Mathias Stearn2010-05-191-0/+2
* on min/max split, make chunk size 10% smaller so a few more objects won't pus...Eliot Horowitz2010-05-111-1/+4
* sharding: Use ChunkRanges rather than Chunks for getChunksForQueryMathias Stearn2010-05-051-5/+16
* ChunkRangeManager::upper_bound and lower_bound helpersMathias Stearn2010-05-041-0/+3
* ChunkRange and ChunkRangeManager. Maintained but not used yetMathias Stearn2010-05-041-2/+84
* hack invalid config caseEliot Horowitz2010-04-291-1/+5
* Stream operator for chunksMathias Stearn2010-04-291-0/+1
* better sequence numbersEliot Horowitz2010-04-271-4/+2
* stdafx.h -> pch.h part 2Eliot Horowitz2010-04-271-1/+1
* use Shard class instead of string for passing around ShardsEliot Horowitz2010-04-271-8/+9
* Get rid of xassertMathias Stearn2010-04-231-1/+1
* ChunkManager::getShardsForQuery SERVER-952 SERVER-943Mathias Stearn2010-04-221-1/+11
* moving towards better thread safey SERVER-944Eliot Horowitz2010-04-221-4/+6
* use better _id for chunksEliot Horowitz2010-04-221-0/+2
* capped collection changelogEliot Horowitz2010-04-201-0/+2
* Add chunkMap to ChunkManager. Start of SHARDING-79Mathias Stearn2010-04-011-0/+3
* make chunk size configurable and default 200mbEliot Horowitz2010-02-121-1/+1