mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-26 10:02:58 +00:00
The bloom filter was much too large for the current typical limit on the number of items that fit in a segment. Having them too large decreases storage efficiency, has us read more data from a cold cache, and bloom tests pin too much data. We can cut it down to 25% for our current segment and item sizes. Signed-off-by: Zach Brown <zab@versity.com>