Multi-Cluster Warehouses for Concurrency Scaling
Handle high query concurrency by automatically spinning up additional compute clusters.
A multi-cluster warehouse addresses a different scaling dimension than resizing: instead of making each query faster (which is what increasing warehouse size does), it handles more concurrent queries by automatically starting additional identically-sized clusters when queuing is detected. This is essential for workloads with unpredictable or bursty concurrent user counts, such as BI dashboards accessed simultaneously by many users at the start of a business day.
It's like a checkout area at a store that automatically opens more registers (clusters) the moment lines get long, and closes them again once the rush passes — versus warehouse sizing, which is more like giving each cashier a faster scanner so each individual transaction completes quicker.