AWS RedShift: Concurrency scaling not adding clusters during spike

0

Hello,

We have set up Redshift and are trying to implement WorkLoadManagement. We have set out Concurrency Scaling mode to auto using manual and auto WLM. Tested both but Concurrency Scaling does not add additional cluster during spike.

Upon adding load onto the Redshift Cluster, the CPU Utilisation hits the 100% mark but upon checking the workload concurrency no additional clusters have been added.

In my WLM Parameters, i have added max_concurrency_scaling_clsuters to 4. However, when the CPU Utilisation hits 100% for the compute nodes, a additional clusters does not get added under Workload Concurrency

What could I be missing in my configuration that doe not allow an additional cluster to be added during a spike?

https://stackoverflow.com/questions/65129469/aws-redshift-concurrency-scaling-not-adding-clusters-during-spike -- Link. to question asked on stackoverflow with attachments

已提問 3 年前檢視次數 401 次
1 個回答
0

Concurrency Scaling clusters are added when a WLM slots are taken by running queries and other queries are waiting for a WLM slot to execute.

It does not add clusters in response to high CPU since Redshift is designed to use as much CPU as possible (for maximum speed!).

https://docs.aws.amazon.com/redshift/latest/dg/concurrency-scaling.html

已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南