Y
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
lucian1900
4989 days ago
Because it doesn't do MVCC, it locks instead.
link
seunosewa
4989 days ago
False. InnoDB does MVCC by default.
link