On the topic of what other databases do better: I much prefer Postgres to Mysql because it has better string functions and better as well as very courteous error messages. But MySQL has one feature that sometimes
makes me want to return it: it stores the most important metadata about tables in a Mysql table that can be queried as if it were just another table. That is a really feature. I makes it very easy to look for a table that you edited most recently, including
a lot of other things. Why doesn’t Postgres have that feature? Or is there a different and equally easy way of getting at these things that I am just missing? From: Andreas Joseph Krogh <andreas@xxxxxxxxxx> På onsdag 03. juni 2020 kl. 20:07:24, skrev Chris Travers <chris.travers@xxxxxxxxx>:
I agree these are all technical issues, but nevertheless - "implementation details", which DBAs don't care about. What's important from a DBA's perspective is not whether WAL is cluster-wide or database-wide, but whether it's possible to
manage backups/PITR/restores of individual databases in a more convenient matter, which other RDBMS-vendors seem to provide. I love PG, have been using it professionally since 6.5, and our company depends on it, but there are things other RDBMS-vendors do better... -- |