slides/mongodb/sharding-chunk-splitting.xml
Chunk splitting
63/87
 
Balancing

  • • A chunk is split once it exceeds the maximum size
  • • There is no split point if all documents have the same shard key
  • • Chunk split is a logical operation (no data is moved)
  • • If splitting creates too large a difference in chunks across the cluster, a balancing round starts