Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
When there are no other compactions to do, we trigger a single-sstable compaction if there is more than X% droppable tombstones in the sstable.
In this ticket we should try to include overlapping sstables in those compactions to be able to actually drop the tombstones. Might only be doable with LCS (with STCS we would probably end up including all sstables)
Attachments
Attachments
Issue Links
- is blocked by
-
CASSANDRA-11316 BTreeRow.hashCode() is broken
- Resolved
- is depended upon by
-
CASSANDRA-7975 Get rid of pre-2.1 created local and remote counter shards
- Open
- is duplicated by
-
CASSANDRA-8573 Lack of compaction tooling for LeveledCompactionStrategy
- Resolved
- is related to
-
CASSANDRA-5745 Minor compaction tombstone-removal deadlock
- Open
-
CASSANDRA-7272 Add "Major" Compaction to LCS and split sstables during STCS major compaction
- Resolved
- relates to
-
CASSANDRA-12664 GCCompactionTest is flaky
- Resolved
-
CASSANDRA-16333 Document provide_overlapping_tombstones compaction option
- Open