this post was submitted on 31 Jul 2023
177 points (88.3% liked)

Fediverse

17513 readers
17 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

Ugh.

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

Having glanced at the code and taken my own instance down a few times cleaning up a surprisingly small number of automated posts, it's definitely the combination of some design choices in the code and the scale of lemmy.world. Keeping an instance up that has so many posts and communities has been difficult on my instance, and I'm basically the only user. I can imagine with the scale and lemmy.world load and publicity, it's nearly impossible until some improvements to the data layer are made.

For one example, purging a community with 1k posts and 30k comments (I was messing with a bot) took my instance down for 2 hours with the postgres database pegged at a full core minimum. And then it took down my instance. And then I restarted the database but presumably this was done in a transaction so no progress had been made.

I'm personally impressed with the amount of uptime lemmy.world has managed. And I'm also impressed with lemmy overall, but it's pretty clear there has been some rapid growth that, as it usually does, exposed some of the limits of the design and requires some improvements for the current scale.