this post was submitted on 04 Jul 2023
4 points (100.0% liked)

Lemmy Server Performance

420 readers
1 users here now

Lemmy Server Performance

lemmy_server uses the Diesel ORM that automatically generates SQL statements. There are serious performance problems in June and July 2023 preventing Lemmy from scaling. Topics include caching, PostgreSQL extensions for troubleshooting, Client/Server Code/SQL Data/server operator apps/sever operator API (performance and storage monitoring), etc.

founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)

Sorry I'm not following. Isn't this a good thing?

[–] [email protected] 1 points 1 year ago

Yes, it is a good thing. If you want to contribute code to speed up lemmy_server performance, now the template for caching has been made.

[–] [email protected] 1 points 1 year ago (1 children)

I am not an expert, why not using redis?

[–] [email protected] 1 points 1 year ago

I am an expert, and I ask the same question every day.