Ask HN: It's 2023, how do you choose between MySQL and Postgres?
11–20 of 366 posts
Re: Ask HN: It's 2023, how do you choose between MySQL and Postgres?
#12No server process and a single file per DB which I can put wherever I like.
Re: Ask HN: It's 2023, how do you choose between MySQL and Postgres?
#13Re: Ask HN: It's 2023, how do you choose between MySQL and Postgres?
#14Re: Ask HN: It's 2023, how do you choose between MySQL and Postgres?
#15MySQL for the quick and dirty and Postgres for anything else
Re: Ask HN: It's 2023, how do you choose between MySQL and Postgres?
#16If Postgres was that much better than MySQL then you would expect to see exact reasons on why to pick it. Every comment so far has not listed any reason.
MySQL's handling of unicode has also been terrible historically, with way too many foot guns, but I don't know if that may be better with recent versions.
People aren't providing strong reasons because the question wasn't "what are some objective reasons for picking one over another", but "how do you pick between them". People are simply answering the question OP asked, and a lot of people's process is simply to pick PostgreSQL.
Re: Ask HN: It's 2023, how do you choose between MySQL and Postgres?
#17Re: Ask HN: It's 2023, how do you choose between MySQL and Postgres?
#18I dunno if this is still true but a couple of years ago MySQL was cheaper on AWS (RDS/Aurora) than Postgres.
Re: Ask HN: It's 2023, how do you choose between MySQL and Postgres?
#19By choosing SQLite. No server process and a single file per DB which I can put wherever I like.