MySQL is most popular SQL database, what benefits does it offer over Postgres?
Postgres seems to have more features, let me not bring in full list. One feature, for example: database migrations can be wrapped into transaction, so if one query in migration fails - whole migration fails.
Do you know MySQL features not available for Postgres, could you share?
Postgres seems to be faster, benchmarks, I heard Postgres has better support of SQL standards, it has awesome plugins such as postgis, there seems to be more tools and services for it, "postgrest", "postgraphile".
MySQL is not officially supported for many linux distros, I'm using Arch Linux and some articles suggests that MariaDB is a recommended drop-in replacement for MySQL, but it's not really a drop-in replacement and I had install not officially supported MySQL package.
Videos
Which is better for web applications, PostgreSQL or MySQL?
Is PostgreSQL harder to learn than MySQL?
Does PostgreSQL support MySQL syntax?
Hi,
I am trying to learn SQL (first month) and I want to pick a SQL engine. My goal is to move away from academia and land a Data Scientist job. Which one should I choose?
Cheers.