How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?
How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?
To ensure that additional multi-clusters are resumed with no delay, the virtual warehouse should be configured to autoscale by setting the minimum and maximum clusters. This configuration allows the system to automatically add clusters as needed without the user having to manually intervene, ensuring there is no delay in resuming additional clusters.
C. Use the standard warehouse scaling policy
The economy policy doesn't start immediately Only if the system estimates there’s enough query load to keep the cluster busy for at least 6 minutes. https://docs.snowflake.com/en/user-guide/warehouses-multicluster.html
C is correct
correct