发布于 2015-09-14 15:09:48 | 113 次阅读 | 评论: 0 | 来源: 网络整理
splitChunk is an internal command. Use the sh.splitFind() and sh.splitAt() functions in the mongo shell to access this functionality.
警告
Be careful when splitting data in a sharded collection to create new chunks. When you shard a collection that has existing data, MongoDB automatically creates chunks to evenly distribute the collection. To effectively split data in a sharded you must consider the number of documents in a chunk and the average document size to create a uniform chunk size. When chunks have irregular sizes, shards may have an equal number of chunks but have very different data sizes. Avoid creating splits that lead to a collection with differently sized chunks.