|
|
|
|
|
by lucian1900
4786 days ago
|
|
Sure, if you're willing to trade off latency. As I understand it, if all reads and writes are QUORUM, Cassandra is Consistent (and not Available). However, I was under the impression that this is not the "default" and I am likely to get performance poorer than distributed systems designed to be Consistent (like HBase). |
|
It's true that QUORUM reads will have half (in a 3-replica system) the throughput as ONE, but with Cassandra reads up to 8x as fast as HBase [1], it still wins handily.
Finally, the reason this is worth making configurable in the first place is that almost all applications do just fine with most operations at ONE.
[1] http://vldb.org/pvldb/vol5/p1724_tilmannrabl_vldb2012.pdf