this post was submitted on 20 Jun 2023
52 points (98.1% liked)

Fediverse

28564 readers
380 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 2 years ago
MODERATORS
 

I am curious what % of user can the current lemmy instances take in from reddit

Can fediverse take on 30%, 50% or 100%?

For start, what are lemmy.ml and lemmy.world doing, are they just keep scaling up?

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

Thanks for hosting Lemmy.world! Does Lemmy use a database? Until the software gets horizontal scaling capability, could we use a central RDS so the load isn't on the EC2 instance's CPU? Then we can use load balancing between multiple instances that pull from the same DB? Obviously, the db instance is still a limiting factor.

[–] ruud 15 points 1 year ago (1 children)

It all runs on 1 physical server in docker containers. Scaling the Postgres database is least of my worries (I am a DBA) :-)

[–] gccalvin 7 points 1 year ago

Ah, you know more than me then lol. Keep up the great work, glad to be a supporter!