Otto@programming.dev to Selfhosted@lemmy.worldEnglish · 15 hours agoStop using MySQL in 2026, it is not true open sourceoptimizedbyotto.comexternal-linkmessage-square68fedilinkarrow-up1226arrow-down19cross-posted to: [email protected]
arrow-up1217arrow-down1external-linkStop using MySQL in 2026, it is not true open sourceoptimizedbyotto.comOtto@programming.dev to Selfhosted@lemmy.worldEnglish · 15 hours agomessage-square68fedilinkcross-posted to: [email protected]
minus-squareanomnom@sh.itjust.workslinkfedilinkEnglisharrow-up11arrow-down5·8 hours agoIsn’t that the point of Postgresql. It’s basically an open source version of MySQL. I’m sure there are some proprietary nonsense that MySQL has, but I’ve never needed it in 17 years
minus-squareikt@aussie.zonelinkfedilinkEnglisharrow-up8·3 hours agoafaik MariaDB is the open source version of MySQL
minus-squaresobchak@programming.devlinkfedilinkEnglisharrow-up16·7 hours agoPostgres is basically an open source version of Oracle DB. Much more featureful than MySQL. I believe Oracle bought MySQL just to kill it.
minus-squaremsage@programming.devlinkfedilinkEnglisharrow-up2·1 hour agoMySQL always sucked ass. PostgreSQL went in a different direction, started with best support of the SQL standard, then optimized everything to make it fast. Postgres has/had the best SQL standard support out of every server, open-source or not. MySQL was at the other end, only started catching up after Oracle bought it.
Isn’t that the point of Postgresql. It’s basically an open source version of MySQL.
I’m sure there are some proprietary nonsense that MySQL has, but I’ve never needed it in 17 years
afaik MariaDB is the open source version of MySQL
Postgres is basically an open source version of Oracle DB. Much more featureful than MySQL. I believe Oracle bought MySQL just to kill it.
MySQL always sucked ass.
PostgreSQL went in a different direction, started with best support of the SQL standard, then optimized everything to make it fast.
Postgres has/had the best SQL standard support out of every server, open-source or not.
MySQL was at the other end, only started catching up after Oracle bought it.