Hi

Hbase uses MVCC for achieving consistent result for Get operations .
To achieve MVCC it has to maintain multiple versions of same row/cells .
How many max version of a row/cell does Hbase keeps at any time to support
MVCC.

Since say multiple gets started one after the other and has not completed
yet and multiple puts are also occuring in between . Thus it maintains all
versions whose read point is still in use ?

Thanks!

Reply via email to