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.
1 parent 298a320 commit 44db9a0Copy full SHA for 44db9a0
1 file changed
conf/entry_location_rocksdb.conf
@@ -52,6 +52,8 @@
52
max_bytes_for_level_base=268435456
53
# set by jni: options.setTargetFileSizeBase
54
target_file_size_base=67108864
55
+ # set by jni: options.setLevelCompactionDynamicLevelBytes
56
+ level_compaction_dynamic_level_bytes=true
57
58
[TableOptions/BlockBasedTable "default"]
59
# set by jni: tableOptions.setBlockSize
@@ -66,5 +68,3 @@
66
68
filter_policy=rocksdb.BloomFilter:10:false
67
69
# set by jni: tableOptions.setCacheIndexAndFilterBlocks
70
cache_index_and_filter_blocks=true
- # set by jni: options.setLevelCompactionDynamicLevelBytes
- level_compaction_dynamic_level_bytes=true
0 commit comments