criteo / biggraphite

Simple Scalable Time Series Database
Apache License 2.0
129 stars 36 forks source link

Enable unchecked_tombstone_compaction on the CQL schemas #509

Open Roguelazer opened 5 years ago

Roguelazer commented 5 years ago

We run read repairs on our cluster and were having trouble with old SSTables not getting dropped until we added 'unchecked_tombstone_compaction': 'true' to the compaction settings in the schema (which came from reading some threads about optimizing TWCS in the face of read repairs). What do you think about adding that to the default list?

Also, it looks like the tombstone settings from #257 still aren't in the schema?

iksaif commented 5 years ago

@uepoch / @Thib17 is this something you could look at ? thanks !

Otherwise I could validate a quick PR :)