this post was submitted on 16 Jan 2025
62 points (98.4% liked)

Selfhosted

60253 readers
592 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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hey, Threadiverse! I'm looking for informed opinions on database choices.

I can stand up an Internet-facing application and have it use either MySQL or PostgreSQL. Which is the better choice, and why do you think so?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] DeadMartyr@lemmy.zip 8 points 1 year ago (2 children)

I used MariaDB for school projects, what exactly is wrong with it? Asking because I'm just unaware

[–] msage@programming.dev 2 points 1 year ago

Many things, too many to even remember.

Very bad SQL implementation is a good start, still bad replication support (compared to Postgres), various bugs present for too long...

https://www.sql-workbench.eu/dbms_comparison.html this comparison is a bit out of date, but explains a lot