this post was submitted on 23 Jun 2023
6 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
 

At minimum, the Instance installer guides and documentation needs to reflect that your own server doing real-time searches should be a conscious choice.

Lemmy.ml is erroring out already on searches, GitHub issue: https://github.com/LemmyNet/lemmy/issues/3296

And if I'm seeing things right, 0.18 changed the loging from 0.17 where searching for a community https://lemmy.ml/communities now does a full-text posting/comment search? It gives a ton of output I don't want, and it's hitting the database even harder. Instead of just searching a single database table, now it is going into comments and postings.

Reddit was legendary for not having their own in-build comment and posting search engine up to date - and also used PostgreSQL (at least they did when still open source). It is a huge amount of data and I/O processing.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (2 children)

Yeah defaulting the search type to "all" when searching from the Communities page is kind of silly.

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

The problem is, at least in v0.17.x, searching for a community url or bang-prefixed community name returns nothing when you constrain the "type" drop-down to "communities". Now, that feels pretty clearly like a bug to me... if you search community-types by url, it should return the correct result.

But if that couldn't be fixed for v0.18.0 due to time/priority constraints, defaulting to searching "all" types is a reasonable workaround even if it makes little sense absent the above context. At least until searching for communities by url is fixed.

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

I'd rather no results, than a massive list of incorrect results of a type I'm not searching for... ie comments/posts rather than communities.