NoSQL: Apache HBase Internals: Locking and Multiversion Concurrency Control

| | bookmark | email

Apache HBase Internals: Locking and Multiversion Concurrency Control

Gregory Chanan explains the ACID per-row semantics of HBase and the usage of row-level locks and MVCC to ensure them:

tags:hbase,column store,bigtable

via NoSQL databases