Until a in memory search backend like Meilisearch or Elasticsearch is implemented this seems indeed like a very bad idea. I guess they wanted to do that and got sidetracked?
this post was submitted on 26 Jun 2023
7 points (100.0% liked)
Lemmy Server Performance
419 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 2 years ago
MODERATORS
Another performance concern I have is the tracking of per-user messages being new. I haven't traced through the code to see how this is being done. Is the database tracking every posting and/or comment that a user is reading, or is this just browser storage? Performance being my concern here if it's the server doing the work. Anyone know?