I have some questions about ACID after reading this page,
http://hbase.apache.org/acid-semantics.html

- Atomicity point 5 : row must either be "a=1,b=1,c=1" or
"a=2,b=2,c=2" and must not be something like "a=1,b=2,c=1".

How is this internally handled in hbase such that above is possible?

Reply via email to