Hi Brandon, i've recoded my client (using threads). Now i'am getting round about 240 inserts per second (i think the bottleneck is know the virtualized hardware --> single cpu). The stress.py script gives about 50 inserts/sec.
I'll test cassandra on real hw to see if it's perform better under a multicore system next week, so thanks for your help. Cheers, Martin Am 18.03.2010 um 19:24 schrieb Brandon Williams: > On Thu, Mar 18, 2010 at 1:22 PM, Martin Probst (RobHost Support) > <supp...@robhost.de> wrote: > Hi Tom, > > no we're not using a connection pool, only pure java on cmd. > > Cheers, > Martin > > > The second graph here is relevant: > http://spyced.blogspot.com/2010/01/cassandra-05.html > > Rather than create your own benchmark, I recommend using > contrib/py_stress/stress.py which is designed for this. > > -Brandon