<slide>
<title>Chunk splitting</title>

<image filename="chunk-splitting.png"/>
<break/>

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