Introduction
Chunks help split large data into smaller parts for easier management. The balancer moves these parts to keep data spread evenly across servers.
When your database grows too big for one server to handle.
When you want to make queries faster by spreading data.
When you want to avoid one server getting too busy while others are idle.
When you add new servers and want data to move to them automatically.