You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Radim Kolar <hs...@filez.com> on 2012/10/27 22:21:03 UTC

disable compaction node-wide

its possible to disable node wide all sstable compaction? I cant find 
anything suitable in JMX console.

Re: disable compaction node-wide

Posted by Edward Capriolo <ed...@gmail.com>.
If you are using sized teired set minCompactionThreshold to 0 and
maxCompactionThreshold to 0. You can probably also use this
https://issues.apache.org/jira/browse/CASSANDRA-2130

But if you do not compact the number of sstables gets high and then
read performance can suffer.


On Sat, Oct 27, 2012 at 4:21 PM, Radim Kolar <hs...@filez.com> wrote:
> its possible to disable node wide all sstable compaction? I cant find
> anything suitable in JMX console.