RE: Time taken to retrieve data from a 2 node cluster is more than 1 node cluster

2012-06-08 Thread Prakrati Agrawal
012 3:58 PM To: user@cassandra.apache.org Subject: Re: Time taken to retrieve data from a 2 node cluster is more than 1 node cluster Is ur client code calling with asyncrhynous requests?? and whats ur replication factor and read consistency level. In any case, 2 nodes might take as much time as one

Re: Time taken to retrieve data from a 2 node cluster is more than 1 node cluster

2012-06-08 Thread rohit bhatia
Is ur client code calling with asyncrhynous requests?? and whats ur replication factor and read consistency level. In any case, 2 nodes might take as much time as one, but should not be slow (unless u also doubled the data)... On Fri, Jun 8, 2012 at 2:41 PM, Prakrati Agrawal wrote: > > > Dear al

Time taken to retrieve data from a 2 node cluster is more than 1 node cluster

2012-06-08 Thread Prakrati Agrawal
Dear all Initially I had a one node cluster and I flooded my data into it. I then ran my Hector code to get some rows and columns. It took around 52.793 seconds. Then I added one more node to the cluster. I again ran the same code and it took around 112.065 seconds. Cassandra should perform fa