Re: compaction threshold and leveledCompaction

2011-10-28 Thread Sylvain Lebresne
On Thu, Oct 27, 2011 at 10:06 PM, wrote: > Why these two gives different results? > > > > ./nodetool -h 172.xx.xxx.xx  getcompactionthreshold Timeseries TickData > > > > Current compaction thresholds for Timeseries/TickData: > > min = 1,  max = 2147483647 > > > > > > [default@Timeseries] show sch

compaction threshold and leveledCompaction

2011-10-27 Thread mike.li
Why these two gives different results? ./nodetool -h 172.xx.xxx.xx getcompactionthreshold Timeseries TickData Current compaction thresholds for Timeseries/TickData: min = 1, max = 2147483647 [default@Timeseries] show schema; use Timeseries; ... and min_compaction_threshold = 4 and max_co