counting-bloom-useful-for-memtable

Status: IN

`CountingBloomFilter.remove()` is architecturally suited for maintaining filters over mutable in-memory structures (memtables) where keys can be overwritten without rescanning, not for SSTable compaction where the entire file is rewritten

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

JSON