this post was submitted on 11 Jun 2023
233 points (98.7% liked)
Asklemmy
44265 readers
1573 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@psylancer If you got 100 million users so that it's costing 400 million dollars a year, then ideally you need one million servers with 100 users on each. They need to all pass around a hat between their 100 users to raise the 50 dollars in server costs a month.
Seems like storage is the cost prohibitive part. Search is going to be difficult, too. I wonder whether the model there might be community supported shared services. A bunch of instances could jointly run an elasticsearch cluster or Algolia instance and charge for API access to cover costs.
I wonder if the storage costs could be reduced, over the long term anyway, by having a setting to automatically delete anything older than a certain amount of time, configurable by the owners of a given instance. So an instance with ample funding or good hardware could disable it, and one that has enough drive space for about 3 years worth of posts could set that length of time for how long something lasts. Probably also would want a way for an instance admin to mark a posts as permanent and exempt from deletion. Would be a shame to lose that older content, but if reddit is any indication, anything people want to see again will likely get reposted anyway, and it would be preferable to losing an instance to rising storage costs. I imagine it might also make search a little better by having less to look through, though tbh I'm not sure how search algorithms work so I don't know how much that would help them if at all.