Thread: Postgres Eating cpu

Postgres Eating cpu

From
Mahmoud Moharam
Date:
Greetings,
I have a high cpu usage from postgres queries and when I run "SELECT * FROM pg_stat_activity" I list all running queries but I found that process which eat cpu is a FETCH process the question is :- how can I know the query of that FETCH to enhance it or kill it

thanks in advance