I've been 99% MySQL user, project reasons.. everytime I see a release announcement I'm amazed and have feature envy. This isn't a troll comment, but what does mysql do better than postgres? Is it just syntax-favour. I actually Googleéd and ask colleague 10-15 days ago if postgres had json support for indexing root attributes...
nknealk|4 years ago
I agree though that postgres has some fantastic features.
edit: I think they may have addressed some of this in a recent version? I'm basing my knowledge on postgres 12
mattashii|4 years ago
mattashii|4 years ago
Other than that, MySQL (since 8.0) has no stable feature releases. As in, after 8.0.0 new features were added in 8.0.x-releases, making it difficult to reason about what you can and cannot do in a given database cluster based on the major version number alone. This too is a blessing and a curse: you get new features faster, but you don't get bugfixes for a database engine with stable and well-defined featureset.
ksec|4 years ago
Not MySQL itself but something like Vitess [1]. I believe MySQL 9.0 should be close.
[1] https://vitess.io
etaioinshrdlu|4 years ago
yarcob|4 years ago
Of course, if you are doing this then you are using your database wrong -- but it's still something that's easy to run into.
jamesrr39|4 years ago
Tostino|4 years ago