Hi @alexw4561 ,
I would assume that. They don’t scale by resizing a single cluster. Instead, they scale by adding or removing whole clusters. Each of those clusters has its own driver and workers. So if you configure min = 1 cluster, max = 10 clusters, Databricks can spin up to 10 separate clusters. The SQL Warehouse load balancer routes queries to one of these clusters. This is horizontal scaling at the cluster level.