Details
-
Improvement
-
Status: Open
-
Low
-
Resolution: Unresolved
-
None
-
Low Hanging Fruit
Description
We currently call CompactionStrategyManager.onlyPurgeRepairedTombstones() a lot during compaction, I think at least for every key. So we should probably cache the value, instead of constantly reading from a volatile and calling parseBoolean.