Bloom Filter Bits Per Key
data class BloomFilterBitsPerKey(bloomFilterBitsPerKey: Int) : LevelDBOptions
Content copied to clipboard
If non-0, use a Bloom filter policy to reduce disk reads.
Uses a bloom filter with approximately the specified number of bits per key. A good value is 10, which yields a filter with ~ 1% false positive rate.
(Default: 10)
Constructors
BloomFilterBitsPerKey
Link copied to clipboard
Properties
bloomFilterBitsPerKey
Link copied to clipboard