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
preguntada hace 5 meses349 visualizaciones
2 Respuestas
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 hace 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
INGENIERO DE SOPORTE
Deepam
respondido hace 5 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas