public class RocksBenchConfig extends Object
RocksInodeStore
(i.e. no configuration
file is used)
- emptyConfig - this uses a configuration file with no configurations, i.e.
it uses all RocksDB defaults.
- bloomConfig - this uses a configuration with bloom filters enabled, both
for the memtable and the block files. Additionally, it uses larger caches
and uses block has indices for faster point lookups.
- baseConfig - this is the same as javaConfig, except defined in a string
representing a config file, allowing easy modifications.Copyright © 2023. All Rights Reserved.