You're viewing a single thread.
Fuck MySQL, all my homies hate MySQL.
Postgres is the way to go.
65 5 Reply"MariaDB"
25 1 ReplyYes, Maria too.
Postgre is the way
14 0 ReplyI'm not sure what the future of MariaDB is... It lacks a bunch of newer MySQL features, and they've deviated far enough that I don't know if they can cleanly backport them from MySQL any more.
1 0 Reply
It was you! You killed it.
22 0 ReplyI do admit to moving the company cluster from MySQL to Postgres.
But only most of the traffic, some traces still remain, so the original MySQL still works
8 0 Reply
why?
8 0 ReplyI did two rounds of very long presentations comparing those two systems.
Personal reasons:
- SQL standard support is still very weak
- lack of WAL
- array support
- weird replication support
- utf8mb4 mess took too long to resolve
- many things started to get better only after Oracle takeover
4 0 Replylack of WAL
Isn't that what the binlog is?
array support
This annoys me too. It's not quite the same, but native JSON support landed in MySQL 5.7.8. It's stored in a binary format.
weird replication support
How does PostgreSQL do it?
3 0 Reply
Because it's proprietary
1 4 ReplyNo, it's not proprietary, it just sucks.
3 0 Reply