RE: lots of small nodes vs fewer big nodes

2013-08-08 Thread Christopher Wirt
/write caching options. I found these also killed performance. From: Alain RODRIGUEZ [mailto:arodr...@gmail.com] Sent: 08 August 2013 09:30 To: user@cassandra.apache.org Subject: Re: lots of small nodes vs fewer big nodes I advise you to have 7GB RAM better (more would be better if you have

Re: lots of small nodes vs fewer big nodes

2013-08-08 Thread Alain RODRIGUEZ
I advise you to have 7GB RAM better (more would be better if you have a lot of data per node). But the real difference is made when you use SSDs or RAIDs of SSDs, since the bottleneck is the disk throughput in most cases. We are in the cloud, we tried a lot of configurations and were comfortable o

Re: lots of small nodes vs fewer big nodes

2013-08-07 Thread Andrey Ilinykh
You still have the same amount of RAM, so you cache the same amount of data. I don't think you gain much here. On the other side, maintenance procedures (compaction, repair) may hit your 2CPU box. I wouldn't do it. Thank you, Andrey On Wed, Aug 7, 2013 at 10:24 AM, Paul Ingalls wrote: > Quic

lots of small nodes vs fewer big nodes

2013-08-07 Thread Paul Ingalls
Quick question about systems architecture. Would it be better to run 5 nodes with 7GB RAM and 4CPU's or 10 nodes with 3.5GB RAM and 2CPUS? I'm currently running the former, but am considering the latter. My goal would be to improve overall performance by spreading the IO across more disks. My