A user has a standard multi-cluster warehouse auto-scaling policy in place.
Which condition will trigger a cluster to shut-down?
A user has a standard multi-cluster warehouse auto-scaling policy in place.
Which condition will trigger a cluster to shut-down?
A cluster will shut down when, after 2-3 consecutive checks, the system determines that the load on the least-loaded cluster could be redistributed. This ensures efficient resource utilization by scaling down when there is no longer a need for the cluster’s resources.
Answer Correct https://docs.snowflake.com/en/user-guide/warehouses-multicluster.html#:~:text=The%20scaling%20policy%20for%20a%20multi%2Dcluster%20warehouse%20only%20applies,or%20shut%20down%20individual%20clusters.&text=Prevents%2Fminimizes%20queuing%20by%20favoring%20starting%20additional%20clusters%20over%20conserving%20credits.
After 2 to 3 consecutive successful checks (performed at 1 minute intervals), which determine whether the load on the least-loaded cluster could be redistributed to the other clusters without spinning up the cluster again. https://docs.snowflake.com/en/user-guide/warehouses-multicluster.html
correct