any shard is too great. •It’s possible to migrate a chunk manually, with the moveChunk command. •Migrations can be expensive, and so you can disable them, e.g., during peak load times on your database: // connect to mongos > use config > db.settings.update( { _id: "balancer" }, { $set : { stopped: true } } , true );