MongoDB Tip: Manual Shard Balancing
Every once in a while though, data chunks go out of balance. The Mongo team is working on making the auto-rebalancing a little more intelligent in future releases. In the meantime, you can manually move chunks around between shards to keep things in balance if needed.
tags:mongodb
via NoSQL databases
Post a Comment