Hacker News new | ask | show | jobs
by morgo 3546 days ago
Just to clarify: s/architecture/implementation/

InnoDB is MVCC too, but does an update in place with relocation of the old row to UNDO space. There are pros and cons to both approaches.