Snowflake queues new queries when all clusters are busy and the maximum cluster count is reached. It does not create extra clusters beyond the configured maximum, nor does it reject queries or scale down automatically under load.
The correct syntax uses 'WITH' followed by parameters separated by spaces and equals signs. 'MIN_CLUSTER_COUNT' and 'MAX_CLUSTER_COUNT' must be set within the 'WITH' clause.
Setting a low minimum and a higher maximum cluster count allows the warehouse to scale out during spikes and scale in when idle, balancing cost and performance.
All clusters in a multi-cluster warehouse operate under the same security context and access controls defined at the warehouse and database level.
Clusters above the minimum count suspend after the AUTO_SUSPEND period, but the minimum number of clusters remain active to ensure availability.