Re: Postgres performance issue with High CPU usage

2025-02-04 Thread Rakesh Nashine
Just validate your environment once via the below states ... -top -p $(pgrep -d',' postgres) -Review the PostgreSQL logs (typically located in /var/log/postgresql/ or /var/lib/pgsql/data/pg_log/) -- check if any long running active query running via below query SELECT pid, query, state, start_ti

Re: Postgres performance issue with High CPU usage

2025-02-04 Thread Adrian Klaver
On 2/4/25 09:11, KK CHN wrote: List, Could someone point out how can I trace what causes the edb-postgres process with  %CPU usage reaching 73 to 80.1 percentage  in this box.  What's wrong with the server VM.. What version of EDB database are you using? If it is not their install of the

Postgres performance issue with High CPU usage

2025-02-04 Thread KK CHN
List, Could someone point out how can I trace what causes the edb-postgres process with %CPU usage reaching 73 to 80.1 percentage in this box. What's wrong with the server VM.. The clients connecting the databases experience slow responses .. The top out put of the DB server is pasted below