bloom-compaction-rebuild-not-patch

Status: IN

For SSTable compaction, rebuilding a fresh `BloomFilter` during the merge write pass is simpler and more correct than incrementally patching a `CountingBloomFilter` with `remove()`; compaction already pays O(N) I/O so filter construction adds only constant-factor overhead

Source: entries/2026/05/28/topic-counting-bloom-compaction-interaction.md

JSON