RDS performance insight SQL query "other"

0

Hi,

I'm trying to investigate high CPU load on my Aurora Postgres cluster. When inspecting the performance insight metrics i can see that it's always an SQL query called "Other" that seem to be the reason for the high consumption. Is there any way to find out more specifically what "Other" is? When inspecting the pg_stat_activity table i can't find any long running queries, or anything other looking suspicious .

Matthis
feita há 5 meses352 visualizações
2 Respostas
0

Other is just compile of some other minor events, usually they aren't a reason for the problem.

You probably see "CPU" / "Vaccum" / "Lock:" as reason for high CPU utilization. The Load you are seeing as well, might be caused by concurrent sessions, assuming 4CPU database, if you start 8 queries at the same time, you will probably notice some CPU wait/load in the database.

It's hard to give any real insights without more details.

respondido há 5 meses
0

In Performance Insights, ‘Other’ means that there's not one single item that occupies most of the resource - rather, the collective of "others" is distributing most of the resources among them.

You can also define “Other SQL" as the aggregate amount of queries that weren't enough to make it into the TopN. A high "Other" usually means there were a lot of other queries happening at the time but no particular query significantly impacted database time.

For additional details and specifics, kindly open a support case with our Support Engineering team with instance details. https://console.aws.amazon.com/support/home#

AWS
ENGENHEIRO DE SUPORTE
Deepam
respondido há 5 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas