MyRocks Bloom Filter: How It Works

Bloom filters are probabilistic data structures that are used for membership tests. They are particularly useful in databases as they allow faster and more efficient querying of data. In MyRocks, a storage engine based on … Continue reading MyRocks Bloom Filter: How It Works