Question about Insert Time with multiple node

2009-12-16 Thread Richard Grossman
Hi I think someone ask already similar but can't find where. On 1 machine standalone I insert data I get ~850 rows / second On another machine I make exactly the same operation I get ~900/1000 rows / second Now I remove all the data from the 2 machines. Take exactly the same storage-conf.xml

Re: Question about Insert Time with multiple node

2009-12-16 Thread Jonathan Ellis
Sounds like you are using a single thread, so the increased latency is artificially reducing your numbers. Add more threads (stress.py uses 50 by default) to get more throughput. (Also true even for a single node, but more noticable when you add network overhead to the cluster.) -Jonathan On