Hi, I have read that Hbase has read committed as isolation level, but I have some doubts. Is it possible to chage this level, for instance to read uncommitted? How could I do this? Another question, Is this isolation level based on locks? I have doubts because Hbase has multiversion concurrency control so it may implement read committed snapshot or snapshot isolation.
Thanks,
Cristina
