我有3个configsvr,70个shadsvr:
enableSharding数据库;
mongo shell load("shard.ms")
的shardCollection,内容:
sh.shardCollection('test.info150831', {_id: 'hashed'});
...
sh.shardCollection('test.info150915', {_id: 'hashed'});
如标题。在我对这些集合进行分片后,我运行了mongo shell sh.status()
。我发现shard0000
比其他人有更多的块,为什么?