I am facing with cpu load issue causing by postgresql server.
Here is top output:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
8267 postgres 20 0 268508 4816 868 S 160.0 0.1 4785:37 x3307700177
1 root 20 0 43296 3120 1852 S 0.0 0.1 0:52.91 systemd
Can somebody explain what is the that weird process and what can be done for decreasing cpu usage by that process? I've tried to find out what that process is but no luck, google told me nothing.
PostgreSQL-9.2.23
Thanks in advance