Good morning!
I have a web application connected to a postgres database in Ubuntu. I have the problem that there is a process within my database which consumes 100% of the CPU time.
How can I locate that process, how can I identify the query or trigger that initiates this process?
Thank you very much for your time.