Re: single node capacity

2010-06-10 Thread hive13 Wong
You are right, our write traffic indeed is pretty tense as we are now at the stage of initializing data. Then we do need some more nodes here. Thanks very much Martin. On Thu, Jun 10, 2010 at 9:04 PM, Dr. Martin Grabmüller < martin.grabmuel...@eleven.de> wrote: > Your problem is probably not th

RE: single node capacity

2010-06-10 Thread Dr . Martin Grabmüller
Your problem is probably not the amount of data you store, but the number of SSTable files. When these increase, read latency goes up. Write latency maybe goes up because of compaction. Check in the data directory, whether there are many data files, and check via JMX whether compaction is happe