lawrence@lemmy.worldM to Comic Strips@lemmy.world · 3 months agoLinux processeslemmy.worldimagemessage-square67fedilinkarrow-up1570arrow-down119
arrow-up1551arrow-down1imageLinux processeslemmy.worldlawrence@lemmy.worldM to Comic Strips@lemmy.world · 3 months agomessage-square67fedilink
minus-squaremsage@programming.devlinkfedilinkarrow-up5·3 months agoI 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
minus-squaredan@upvote.aulinkfedilinkarrow-up3·3 months ago lack 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?
I did two rounds of very long presentations comparing those two systems.
Personal reasons:
Isn’t that what the binlog is?
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.
How does PostgreSQL do it?