this post was submitted on 09 Jun 2023
8 points (100.0% liked)
Sysadmin
7566 readers
1 users here now
A community dedicated to the profession of IT Systems Administration
No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Systems and software engineer here. I'm curious how the Lemmy project plans on scaling media uploads. It doesn't seem feasible to host on an instance server. Even Reddit had a problem with media over the years and some subs to this day enforce offloading media to third party.
For now it's 2GB. I hope we can use block storage soon. I use Wasabi for mastodon.world
Just Postgres or Postgres + Pics? Could you give me the number for Postgres? I'm thinking in hosting my server but I have concerns abot scalability and costs in the future.
It seems a lot for little content. My experience tells me that Postgres is not going to scale well, some sort of NoSQL will be necessary.
Why not? My mastodon DB is 200 GB, works fine.
It depends on many things like the number of tables, the indexes, etc... but Postgres doesn't work well above 1 TB. Anyway, it will take several years to reach that point. Someone will figure out a solution.
Thank you for the info. Do you have any link with the specs of your server, bandwidth, cpu/ram usage, statistics...? Anything that could help me to do the maths.
I'm curious, how have the numbers changed in the last few weeks?
Well we use a new server now, with 32 core/64 threads and 128GB RAM. So quite some more..
haha that's awesome! keep up the good work.