Re: Continue running major compaction after switching to LeveledCompactionStrategy

2013-08-23 Thread Nate McCall
Take a look at the following article: http://www.datastax.com/dev/blog/when-to-use-leveled-compaction You'll want to monitor your IOPS for a while to make sure you can spare the overhead before you try it. Certainly one at a time on column families and only where the use case makes sense given the

Re: Continue running major compaction after switching to LeveledCompactionStrategy

2013-08-22 Thread Lucas Fernandes Brunialti
Hello, I also have some doubts about changing to leveled compaction: 1) Is this change computationally expensive? My sstables have around 7gb of data, I'm afraid the nodes won't handle the pressure of compactions, maybe dying by OOM or getting an extremely high latency during the compactions...

Re: Continue running major compaction after switching to LeveledCompactionStrategy

2013-08-22 Thread brianchang
Thanks much Rob! Brian -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Continue-running-major-compaction-after-switching-to-LeveledCompactionStrategy-tp7589839p7589846.html Sent from the cassandra-u...@incubator.apache.org mailing list archive

Re: Continue running major compaction after switching to LeveledCompactionStrategy

2013-08-22 Thread Robert Coli
On Thu, Aug 22, 2013 at 5:24 PM, brianchang wrote: > One more follow-up question: can we freely switch back to > SizeTieredCompactionStrategy later (and also resume running major > compaction > cron job), if we find LeveledCompactionStrategy does not end up with better > performance (e.g., if we

Re: Continue running major compaction after switching to LeveledCompactionStrategy

2013-08-22 Thread brianchang
Thanks much Edward! One more follow-up question: can we freely switch back to SizeTieredCompactionStrategy later (and also resume running major compaction cron job), if we find LeveledCompactionStrategy does not end up with better performance (e.g., if we should experience those intensive I/O prob

Re: Continue running major compaction after switching to LeveledCompactionStrategy

2013-08-22 Thread Edward Capriolo
No . Leveled tables can not be manually compacted. On Thursday, August 22, 2013, brianchang wrote: > Hi, Cassandra experts, > > Currently we are running major compaction (triggered daily by cron job), as > our application continue creating new columns in each row with old columns > automatically