Hacker News new | ask | show | jobs
by rimantas 4989 days 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.
1 comments

Because it doesn't do MVCC, it locks instead.
False. InnoDB does MVCC by default.