top | item 4681329

(no title)

spidaman | 13 years ago

I use MySQL plenty and there's a lot of things I like about it. But I honestly don't understand any of the MySQL related comments on this post. Even if Oracle didn't own MySQL, a migration from Oracle to MySQL is significantly more difficult than one from Oracle to PostgreSQL. The poor join performance of MySQL make it doubtful that it could have ever been a serious discussion at Salesforce (to say nothing of the merits of mvcc and PostgreSQL's license).

discuss

order

rimantas|13 years ago

  > to say nothing of the merits of mvcc
I want to know more about the merits ov mvcc and why don't they apply to MySQL.

lucian1900|13 years ago

Because it doesn't do MVCC, it locks instead.