> The biggest impact on your write performance will most likely be the
> consistency level of your writes. In other words, how many nodes you want to
> wait for before you acknowledge the write back to the client.

I believe the consistency level is only expected to have a significant
impact on latency (and throughput if you have a client who's write
throughput is limited by latency). Since the writes will still happen
at the appropriate replication level, the total number of writes
having to be processed by the cluster should remain the same.

-- 
/ Peter Schuller aka scode

Reply via email to