this post was submitted on 04 Sep 2025
522 points (97.1% liked)

Selfhosted

60024 readers
716 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Nextcloud asked in a poll at https://mastodon.social/@nextcloud@mastodon.xyz/115095096413238457 what database its users are running. Interestingly one fifth replied they don't know. Should people know better where their data is stored, or is it a good thing everything is running so smoothly people don't need to know what their software stack is built upon?

you are viewing a single comment's thread
view the rest of the comments
[–] Railcar8095@lemmy.world 1 points 9 months ago (2 children)

Honestly I'm more concerned about those willingly using sqlite.

Unless it has changed a lot over the years, I remember it being orders of magnitude better with MariaDB than sqlite.

[–] SomethingBurger@jlai.lu 4 points 9 months ago

SQLite is fine for small amounts of data and very few users. The bottleneck with Nextcloud is almost never the database.

[–] 4am@lemmy.zip 2 points 9 months ago (1 children)

SQLite has made huge performance improvements in the last like 3-5 years.

I wouldn’t spin up an enterprise NextCloud with it but for a home NAS serving up to maybe a dozen people it’s more than enough.

[–] Railcar8095@lemmy.world 1 points 9 months ago

Maybe it's that. I haven't truly used it in 7-8 years.. Both next cloud and airflow were horrible with sqlite back then, even for single user small instances.

Will have to try again