> But when I run the same query with consistency level as Quorum, it is taking
> ~2.3 seconds. It feels as if querying of the nodes are in sequence.
No.
As Sankalp says look for GC issues. If none then take a look at how much data
you are pulling back, and tell us what sort of query you are
The coordinator node has to merge the results from 2 nodes and the request
is done in parallel. I have seen lot of GC pressure with range queries
because of tombstones.
Can you see logs to see if there is lot of GC going on. Also try to have GC
log enabled.
On Wed, Jul 10, 2013 at 9:57 AM, Baskar
Just adding few other details to my question.
- We are using RandomPartitioner
- 256 virtual nodes configured.
On Wed, Jul 10, 2013 at 12:54 PM, Baskar Duraikannu <
baskar.duraikannu...@gmail.com> wrote:
> I have a 3 node cluster with RF=3. All nodes are running. I have a table
> with 39 rows