Re: Compacting more than the actual used space

2018-11-05 Thread Pedro Gordo
Hi Alexander Thanks. Using the compression ratio, the sizes check out. Regarding the new values for compaction throughput, that explains it then. We are using 2.1. :-) Cheers Pedro Gordo On Mon, 5 Nov 2018 at 19:53, Alexander Dejanovski wrote: > You can check cfstats to see wha

Compacting more than the actual used space

2018-11-05 Thread Pedro Gordo
for such discrepancy? Bonus question: changing the compaction throughput to 0 (removing the throttling), had no impacts in the current compaction. Do new compaction throughput values only come into effect when a new compaction kicks in? Cheers Pedro Gordo

Re: disable compaction if all data are read-only?

2016-04-08 Thread Pedro Gordo
Hi Yatong My understanding is that if you have a table whichi read-only and hence doesn't receive any writes, then no SSTables will be created, and hence, no compaction will happen. What compaction strategy do you have on your table? Best regards Pedro Gordo On 8 April 2016 at 10:42, Yatong