You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by zhangcheng2 <zh...@software.ict.ac.cn> on 2012/05/09 10:33:16 UTC

about the compaction strategy upgrade

I have a cassandra cluster with 2T data at each server. I used SizeTieredCompactionStrategy, and I want to upgrade to LevelCompactionStrategy. How can I do? I try to update the strategy to LeveledCompactionStrategy and set the sstable size to 10mb, then all the files are in L0, this will cost a lot time to finish compaction. Are there any better ideas?

Thanks.




zhangcheng2