this post was submitted on 13 Sep 2024
116 points (97.5% liked)
Technology
59099 readers
3147 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
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
MySQL refugees = those who ran to MariaDB when MySQL was bought by 'Orrible and now need another new home. Accidentally, PostgreSQL has grown support for some of MySQL on recent versions.
Oracle is such a terrible company for their customers it makes a ton of sense to try to get them to switch to a less abusive company
My coworker used to work with Oracle at his last job, and he took an architect position at my company near the start of development. There's a reason we use Postgres at our org...
Some of our customers rely on Oracle’s database system, because history. Sadly, we can’t teach them.
True, and I keep those folks in my prayers.
But if you're on MySQL it's a lot less of a lift to switch to MariaDB than it is to go to Postgres, even if Postgres is better in some ways.
I rewrote the last remaining MySQL-based software of mine this year because I didn’t want to have MariaDB just for this one tool. Everything else had already been migrated. PostgreSQL is much faster in my tests.