Live data from Hacker News

PostgreSQL is more popular than MySQL

databasefriends.co

1–10 of 51 posts

Re: PostgreSQL is more popular than MySQL

#4
Well, I'm sure on a site about RDBMSes, you're gonna get some skewed results. In the wild, MySQL sees higher use than PostgreSQL. That said, as an old coworker would say, MySQL is the PHP of RDBMSes. Ubiquitous, gets the job done, and works well mostly. Of course it does horrendous comparisons, conversions, and mutilations of data. Exactly the thing a database should not do.

Re: PostgreSQL is more popular than MySQL

#5
In preparation for a potential move back to the US, I've started idly browsing indeed.com for potential jobs.

It's not a dealbreaker, but I have to admit to feeling a tiny bit disappointed when I see Mysql instead of Postgresql.

Re: PostgreSQL is more popular than MySQL

#9

The ability to spin up and sync a follower db, for eventual cut over... man I'd kill for that in MySQL.

The feature you are looking for is replication, I have used that in MySQL many times to do the exact thing you are talking about, works great.

Example - http://blog.onetechnical.com/2012/05/29/quick-mysql-replicat...

Re: PostgreSQL is more popular than MySQL

#10
post #5

In preparation for a potential move back to the US, I've started idly browsing indeed.com for potential jobs. It's not a dealbreaker, but I have to admit to feeling a tiny bit disappointed when I see Mysql instead of Postgresql.

At work we are moving from Postgresql to MySQL, simply because for our current needs both will do just fine, and as of today, thanks to galera cluster, a high availability setup in MySQL is much easier to operate.
Post reply on HN