标签: concurrency cassandra
是Cassandra记忆中的“copy on write”更新行提供MVCC吗? 在SStable(不可变)中没有问题但是如何解决memtable中的并发性问题?
答案 0 :(得分:1)
不,没有MVCC,因为Cassandra中没有隔离级别。工作原子是一个列;如果你想在更大的单位之间隔离,你需要使用像http://code.google.com/p/cages/