Why do you torment me so?
March 2, 2012 11:09 AM Subscribe
Is there some killer feature of MySQL that explains its wide use relative to PostgreSQL?
I've been getting back into web development lately, and find that a lot of software is still almost inextricably linked with MySQL. However, I also find that MySQL has an terrible query planner, making simple things like subselects ridiculously slow.
Is there a particular reason people write against MySQL, or is it just done because that's how it's always been?
posted by wierdo to computers & internet (17 answers total) 7 users marked this as a favorite
I'm stuck using MySQL for things and it drives me nuts because I like using the "advanced" (for lack of a better word) SQL features. Subselects, union, views, foreign keys, and triggers are all things available in MySQL, but not well. I wish I could use CTE. And some days I'd kill for the ability to create indexes on function results.
posted by sbutler at 11:19 AM on March 2, 2012 [1 favorite]