We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d9c147 + da0a28b commit 0d91851Copy full SHA for 0d91851
src/Database/LSMTree/Internal/Config.hs
@@ -190,7 +190,7 @@ instance NFData BloomFilterAlloc where
190
rnf (AllocRequestFPR fpr) = rnf fpr
191
192
defaultBloomFilterAlloc :: BloomFilterAlloc
193
-defaultBloomFilterAlloc = AllocFixed 10
+defaultBloomFilterAlloc = AllocRequestFPR 1e-3
194
195
bloomFilterAllocForLevel :: TableConfig -> RunLevelNo -> RunBloomFilterAlloc
196
bloomFilterAllocForLevel conf _levelNo =
0 commit comments