mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add bloom filters
This commit is contained in:
@@ -38,7 +38,8 @@ public class RocksDBSample {
|
||||
.setMaxWriteBufferNumber(3)
|
||||
.setDisableSeekCompaction(true)
|
||||
.setBlockSize(64 * SizeUnit.KB)
|
||||
.setMaxBackgroundCompactions(10);
|
||||
.setMaxBackgroundCompactions(10)
|
||||
.createBloomFilter(10);
|
||||
Statistics stats = options.statisticsPtr();
|
||||
|
||||
assert(options.createIfMissing() == true);
|
||||
|
||||
Reference in New Issue
Block a user