Home
last modified time | relevance | path

Searched refs:filter_rate (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/util/
Dbloom_impl.h410 double filter_rate = BloomMath::CacheLocalFpRate(bits_per_key, num_probes, in EstimatedFpRate() local
416 filter_rate += 0.1 / (bits_per_key * 0.75 + 22); in EstimatedFpRate()
423 return BloomMath::IndependentProbabilitySum(filter_rate, fingerprint_rate); in EstimatedFpRate()