Not so: first, writes are always sent to all replicas, so throughput for ONE and QUORUM is identical. The primary difference is that ONE is allowed to complete when more nodes are down.
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.
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