PostgreSQL is more popular than MySQL
databasefriends.co
PostgreSQL is more popular than MySQL
1–10 of 51 posts
Re: PostgreSQL is more popular than MySQL
#2I think users of postgresql are usually more experienced, care about features and complete polls than users of mysql who probably don't user foreign-key constraints.
Re: PostgreSQL is more popular than MySQL
#3How come I'm not surprised? At all.
Re: PostgreSQL is more popular than MySQL
#4Well, 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
#5In 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
#6The ability to spin up and sync a follower db, for eventual cut over... man I'd kill for that in MySQL.
Re: PostgreSQL is more popular than MySQL
#7This is a survey asking "what's your favorite?"
"favorite" != "popular"
I don't think the editorializing in the title is an accurate summary of the survey's results.
Re: PostgreSQL is more popular than MySQL
#8How come I'm not surprised? At all.
Because it's an extremely inaccurate title, based on an extremely biased survey?
Re: PostgreSQL is more popular than MySQL
#9The 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
#10In 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.