Hacker News new | ask | show | jobs
by nnythm 5021 days ago
MVCC has been around for at least thirty years, but it's interesting that we have seen more databases with this feature recently.
1 comments

Almost all databases use it in form or the other.

PostgreSQL uses it, Oracle uses it, MySQL (innodb) uses it, Apache HBase uses it, the list goes on and on...