risingwave_storage::hummock::sstable::bloom

Function bloom_bits_per_key

source
pub fn bloom_bits_per_key(entries: usize, false_positive_rate: f64) -> usize
Expand description

Gets Bloom filter bits per key from entries count and FPR