RE: CPU consumption of Cassandra

2014-09-24 Thread Leleu Eric
throughput. Regards, Eric De : DuyHai Doan [mailto:doanduy...@gmail.com] Envoyé : mercredi 24 septembre 2014 00:10 À : user@cassandra.apache.org Objet : Re: CPU consumption of Cassandra Nice catch Daniel. The comment from Sylvain explains a lot ! On Tue, Sep 23, 2014 at 11:33 PM, Daniel Chia danc

Re: CPU consumption of Cassandra

2014-09-24 Thread DuyHai Doan
:* user@cassandra.apache.org *Objet :* Re: CPU consumption of Cassandra Nice catch Daniel. The comment from Sylvain explains a lot ! On Tue, Sep 23, 2014 at 11:33 PM, Daniel Chia danc...@coursera.org wrote: If I had to guess, it might be in part i could be due to inefficiencies in 2.0

RE: CPU consumption of Cassandra

2014-09-23 Thread Leleu Eric
it is probably not a solution in my case. :( Regards, Eric De : Chris Lohfink [mailto:clohf...@blackbirdit.com] Envoyé : lundi 22 septembre 2014 22:03 À : user@cassandra.apache.org Objet : Re: CPU consumption of Cassandra Its going to depend a lot on your data model but 5-6k is on the low end

Re: CPU consumption of Cassandra

2014-09-23 Thread Chris Lohfink
consumption of Cassandra Its going to depend a lot on your data model but 5-6k is on the low end of what I would expect. N=RF=2 is not really something I would recommend. That said 93GB is not much data so the bottleneck may exist more in your data model, queries, or client. What profiler

RE : CPU consumption of Cassandra

2014-09-23 Thread Leleu Eric
] Date d'envoi : mardi 23 septembre 2014 19:23 À : user@cassandra.apache.org Objet : Re: CPU consumption of Cassandra Well, first off you shouldn't run stress tool on the node your testing. Give it its own box. With RF=N=2 your essentially testing a single machine locally which isnt the best

Re: CPU consumption of Cassandra

2014-09-23 Thread Chris Lohfink
: CPU consumption of Cassandra Well, first off you shouldn't run stress tool on the node your testing. Give it its own box. With RF=N=2 your essentially testing a single machine locally which isnt the best indicator long term (optimizations available when reading data thats local

Re: CPU consumption of Cassandra

2014-09-23 Thread DuyHai Doan
, Eric De : Chris Lohfink [clohf...@blackbirdit.com] Date d'envoi : mardi 23 septembre 2014 19:23 À : user@cassandra.apache.org Objet : Re: CPU consumption of Cassandra Well, first off you shouldn't run stress tool on the node your testing. Give it its

Re: CPU consumption of Cassandra

2014-09-23 Thread Daniel Chia
] Date d'envoi : mardi 23 septembre 2014 19:23 À : user@cassandra.apache.org Objet : Re: CPU consumption of Cassandra Well, first off you shouldn't run stress tool on the node your testing. Give it its own box. With RF=N=2 your essentially testing a single machine locally which isnt the best

Re: CPU consumption of Cassandra

2014-09-23 Thread DuyHai Doan
the difference of CPU consumption? Regards, Eric De : Chris Lohfink [clohf...@blackbirdit.com] Date d'envoi : mardi 23 septembre 2014 19:23 À : user@cassandra.apache.org Objet : Re: CPU consumption of Cassandra Well, first off you shouldn't run

CPU consumption of Cassandra

2014-09-22 Thread Leleu Eric
Hi, I'm currently testing Cassandra 2.0.9 (and since the last week 2.1) under some read heavy load... I have 2 cassandra nodes (RF : 2) running under CentOS 6 with 16GB of RAM and 8 Cores. I have around 93GB of data per node (one Disk of 300GB with SAS interface and a Rotational Speed of

Re: CPU consumption of Cassandra

2014-09-22 Thread Chris Lohfink
Its going to depend a lot on your data model but 5-6k is on the low end of what I would expect. N=RF=2 is not really something I would recommend. That said 93GB is not much data so the bottleneck may exist more in your data model, queries, or client. What profiler are you using? The cpu on

Re: CPU consumption of Cassandra

2014-09-22 Thread Jake Luciani
Eric, We have a new stress tool to help you share your schema for wider bench marking. see http://www.datastax.com/dev/blog/improved-cassandra-2-1-stress-tool-benchmark-any-schema If you wouldn't mind creating a yaml for your schema I would be happy to take a look. -Jake On Mon, Sep 22,