summaryrefslogtreecommitdiff
path: root/s/strategy_shard.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix sharding on _id when _id is missing SHARDING-55Eliot Horowitz2009-11-191-2/+16
* fix streaming from chunks with bad dataEliot Horowitz2009-11-091-9/+2
* Support embedded fields for shard keys. SHARDING-48Mathias Stearn2009-11-041-3/+4
* some sharded query re-factoringEliot Horowitz2009-11-031-8/+10
* fix sharded multi-update and testEliot Horowitz2009-10-301-8/+32
* more work on various shard key types, an update fixEliot Horowitz2009-10-291-3/+10
* fix sharded remove SHARDING-45Eliot Horowitz2009-10-271-8/+7
* another name changing checkpointEliot Horowitz2009-09-011-11/+11
* starting sharding name cleanup SHARDING-25Eliot Horowitz2009-08-311-27/+27
* don't optimize field set for sharding internalsEliot Horowitz2009-08-111-0/+1
* Sharding: save() support SHARDING-17Eliot Horowitz2009-06-041-3/+8
* Sharding: remove special case for single server since it falls down on certai...Eliot Horowitz2009-04-211-5/+0
* Sharding: auto splitting working nicelyEliot Horowitz2009-04-161-0/+5
* name cleaningEliot Horowitz2009-03-231-7/+6
* Replace emptyObj with BSONObj()Aaron2009-03-191-1/+1
* sharded deleteEliot Horowitz2009-02-261-0/+33
* sharded updateEliot Horowitz2009-02-261-12/+38
* sharding schema change, some object re-orgEliot Horowitz2009-02-261-2/+2
* comments and better names for shardkeyDwight2009-02-251-1/+1
* getMore finished, some cleaning, debuggingEliot Horowitz2009-02-251-7/+13
* getMore checkpointEliot Horowitz2009-02-251-3/+15
* cursor code re-orgEliot Horowitz2009-02-251-150/+1
* some limit fixes, getMore checkpointEliot Horowitz2009-02-251-1/+6
* sort by non-shard keyEliot Horowitz2009-02-241-2/+92
* almost done with sorting on shard keysEliot Horowitz2009-02-241-5/+9
* sharded sort by shard keyEliot Horowitz2009-02-241-12/+57
* elim signed unsigned warning on windowsDwight2009-02-241-1/+1
* sharded cursor framework, serial unordered access worksEliot Horowitz2009-02-231-16/+16
* cursor checkpoint - wrong computerEliot Horowitz2009-02-231-9/+7
* sharding checkpoint and copy and paste errorEliot Horowitz2009-02-231-3/+57
* only make decision on shards based on filterEliot Horowitz2009-02-231-1/+4
* sharding query work - works of only need 1 serverEliot Horowitz2009-02-211-27/+12
* insert shard checkpointEliot Horowitz2009-02-201-0/+86