You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: