is it possible to disable compaction per CF ?

2012-07-27 Thread Илья Шипицин
Hello!

if we are dealing with append-only data model, so what if I disable
compaction on certain CF ?
any side effect ?

can I do it with

update column family  with compaction_strategy = null  ?

Cheers,
Ilya Shipitsin


Re: is it possible to disable compaction per CF ?

2012-07-27 Thread Jason Tang
setMaxCompactionThreshold(0)
setMinCompactionThreshold(0)

2012/7/27 Илья Шипицин chipits...@gmail.com

 Hello!

 if we are dealing with append-only data model, so what if I disable
 compaction on certain CF ?
 any side effect ?

 can I do it with

 update column family  with compaction_strategy = null  ?

 Cheers,
 Ilya Shipitsin