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

Selfhosted

62274 readers
450 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

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 1 year 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 1 year 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 1 year 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 1 year 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