Performance Insights for Postgres 12.2 is consuming 100% CPU

0

A query for select datname, pid, usename, application_name, client_addr, client_hostname, wait_event_type, wait_event, query, backend_type from pg_stat_activity where state = 'active' is running permanently under user rdsadmin from 127.0.0.1, consuming 100% CPU on Postgres 12.2 in RDS.

Blg
gefragt vor 4 Jahren510 Aufrufe
1 Antwort
0

Yes, this is an issue with Performance Insights on Postgres 12.2.
The query in questions runs with minimal CPU and the display of 100% CPU is incorrect.
A fix has been implemented and will be rolled out to the fleet.

Kyle

beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen