32
submitted 6 days ago* (last edited 6 days ago) by DosDude@retrolemmy.com to c/lemmy_support@lemmy.ml

EDIT: It seems to have been fixed thanks to @graycube@lemmy.world. Running analyze verbose; in postgres.

After updating to 0.19.5 from 0.19.3 my postgres is often using up 500%+ of CPU according to docker stats and often going to 100% CPU on most cores according to htop. Also noticed in the uptime monitor:

htop shows one of the 5 postgres processes constantly on UPDATE. I think this might be part of the problem.

I'm not comfortable with postgres and am honestly completely in the dark how or where to mitigate or even pinpoint this issue.

Any help would be appreciated.

you are viewing a single comment's thread
view the rest of the comments
[-] nutomic@lemmy.ml 5 points 6 days ago

You can use pg_stat_statements to find slow queries. Try sorting by top total_exec_time.

[-] DosDude@retrolemmy.com 2 points 6 days ago
ERROR:  extension "pg_stats_statements" is not available

Even though it's added in the customPostgresql.conf shared_preload_libraries = 'auto_explain,pg_stat_statements'

[-] static09@lemmy.world 4 points 6 days ago

I know you already found a solution, but fwiw, it seems you have a typo in calling the extension. You have "stats" plural instead of "stat" singular.

[-] DosDude@retrolemmy.com 2 points 6 days ago

Well that would do it. Thanks for pointing out!

this post was submitted on 24 Jun 2024
32 points (97.1% liked)

Lemmy Support

4550 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS