Re: Definition of QUORUM consistency level

2017-06-28 Thread Dikang Gu
We implement the patch internally, and deploy to our production clusters, we see 2X drop of the P99 quorum read latency, because we can reduce one unnecessary cross region read. This is a huge improvement since performance is very critical to our customers. Again, I'm not trying to change the defi

Re: Definition of QUORUM consistency level

2017-06-28 Thread Dikang Gu
https://issues.apache.org/jira/browse/CASSANDRA-13645 On Wed, Jun 28, 2017 at 4:59 PM, Dikang Gu wrote: > We implement the patch internally, and deploy to our production clusters, > we see 2X drop of the P99 quorum read latency, because we can reduce one > unnecessary cross region read. This is