| /rocksdb-6.9/utilities/option_change_migration/ |
| D | option_change_migration_test.cc | 60 old_options.max_bytes_for_level_base = 200 * 1024; in TEST_P() 93 new_options.max_bytes_for_level_base = 150 * 1024; in TEST_P() 128 old_options.max_bytes_for_level_base = 200 * 1024; in TEST_P() 162 new_options.max_bytes_for_level_base = 150 * 1024; in TEST_P() 197 old_options.max_bytes_for_level_base = 200 * 1024; in TEST_P() 236 new_options.max_bytes_for_level_base = 150 * 1024; in TEST_P() 271 old_options.max_bytes_for_level_base = 200 * 1024; in TEST_P() 311 new_options.max_bytes_for_level_base = 150 * 1024; in TEST_P() 367 old_options.max_bytes_for_level_base = 200 * 1024; in TEST_F() 397 new_options.max_bytes_for_level_base = 150 * 1024; in TEST_F()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_picker_test.cc | 265 mutable_cf_options_.max_bytes_for_level_base = 200; in TEST_F() 287 mutable_cf_options_.max_bytes_for_level_base = 200; in TEST_F() 311 mutable_cf_options_.max_bytes_for_level_base = 200; in TEST_F() 336 mutable_cf_options_.max_bytes_for_level_base = 200; in TEST_F() 370 mutable_cf_options_.max_bytes_for_level_base = 200; in TEST_F() 819 mutable_cf_options_.max_bytes_for_level_base = 200; in TEST_F() 1237 mutable_cf_options_.max_bytes_for_level_base = 1000; in TEST_F() 1270 mutable_cf_options_.max_bytes_for_level_base = 1000; in TEST_F() 1297 mutable_cf_options_.max_bytes_for_level_base = 1000; in TEST_F() 1320 mutable_cf_options_.max_bytes_for_level_base = 1000; in TEST_F() [all …]
|
| /rocksdb-6.9/options/ |
| D | cf_options.h | 156 max_bytes_for_level_base(options.max_bytes_for_level_base), in MutableCFOptions() 192 max_bytes_for_level_base(0), in MutableCFOptions() 243 uint64_t max_bytes_for_level_base; member
|
| D | options.cc | 218 max_bytes_for_level_base); in Dump() 462 max_bytes_for_level_base = 10 * 1048576; in OldDefaults() 493 max_bytes_for_level_base = 10 * 1048576; in OptimizeForSmallDb() 540 max_bytes_for_level_base = memtable_memory_budget; in OptimizeLevelStyleCompaction()
|
| D | cf_options.cc | 172 max_bytes_for_level_base); in Dump()
|
| D | options_test.cc | 185 ASSERT_EQ(new_cf_opt.max_bytes_for_level_base, 14U); in TEST_F() 1680 ASSERT_EQ(10 * 1048576, old_default_opts.max_bytes_for_level_base); in TEST_F() 1689 ASSERT_EQ(10 * 1048576, old_default_opts.max_bytes_for_level_base); in TEST_F() 1695 ASSERT_NE(10 * 1048576, old_default_opts.max_bytes_for_level_base); in TEST_F()
|
| /rocksdb-6.9/db/ |
| D | db_dynamic_level_test.cc | 67 options.max_bytes_for_level_base = 10240; in TEST_F() 137 options.max_bytes_for_level_base = 40960; in TEST_F() 289 options.max_bytes_for_level_base = 10240; in TEST_F() 366 options.max_bytes_for_level_base = 10240; in TEST_F() 418 options.max_bytes_for_level_base = 10240; in TEST_F()
|
| D | version_set_test.cc | 177 mutable_cf_options_.max_bytes_for_level_base = 10; in TEST_F() 193 mutable_cf_options_.max_bytes_for_level_base = 1000; in TEST_F() 235 mutable_cf_options_.max_bytes_for_level_base = 100; in TEST_F() 256 mutable_cf_options_.max_bytes_for_level_base = 10U * kOneGB; in TEST_F() 274 mutable_cf_options_.max_bytes_for_level_base = 40000; in TEST_F() 300 mutable_cf_options_.max_bytes_for_level_base = 10000; in TEST_F() 329 mutable_cf_options_.max_bytes_for_level_base = 10000; in TEST_F()
|
| D | db_compaction_test.cc | 150 options.max_bytes_for_level_base = in DeletionTriggerOptions() 1970 options.max_bytes_for_level_base = 400 * 1024; in TEST_P() 2087 options.max_bytes_for_level_base = 400 * 1024; in TEST_P() 2205 options.max_bytes_for_level_base = 400 * 1024; in TEST_P() 2323 options.max_bytes_for_level_base = 500 << 10; // 500KB in TEST_P() 2357 options.max_bytes_for_level_base = INT_MAX; in TEST_P() 2734 options.max_bytes_for_level_base = in TEST_P() 2841 options.max_bytes_for_level_base = 1024 * 1024; // 1 MB in TEST_P() 2896 options.max_bytes_for_level_base = 400 * 1024; in TEST_P() 3026 options.max_bytes_for_level_base = 450 << 10; in TEST_F() [all …]
|
| D | obsolete_files_test.cc | 95 options.max_bytes_for_level_base = 1024 * 1024 * 1000; in ReopenDB()
|
| D | db_test.cc | 4355 options.max_bytes_for_level_base = in TEST_P() 4444 options.max_bytes_for_level_base = in TEST_P() 4546 options.max_bytes_for_level_base = 102400; in TEST_F() 4631 options.max_bytes_for_level_base = 200; in TEST_F() 4751 options.max_bytes_for_level_base = k128KB; in TEST_F() 5072 options.max_bytes_for_level_base = 1000000; in TEST_F() 5223 options.max_bytes_for_level_base = 64 * 1024; in TEST_F() 5308 options.max_bytes_for_level_base = 400 * 1024; in TEST_F() 5537 options.max_bytes_for_level_base = 450 << 10; in TEST_F() 5870 options.max_bytes_for_level_base = 450 << 10; in TEST_F() [all …]
|
| D | db_table_properties_test.cc | 147 options.max_bytes_for_level_base = 40960; in TEST_F()
|
| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | OPTIONS-000005 | 20 max_bytes_for_level_base=268435456 36 max_bytes_for_level_base=268435456
|
| D | triggered_rules.ini | 54 option=CFOptions.max_bytes_for_level_base 79 …s.level0_file_num_compaction_trigger:CFOptions.write_buffer_size:CFOptions.max_bytes_for_level_base 83 … that (level0_file_num_compaction_trigger * write_buffer_size - max_bytes_for_level_base < -268173…
|
| D | rules_err1.ini | 32 …s.level0_file_num_compaction_trigger:CFOptions.write_buffer_size:CFOptions.max_bytes_for_level_base
|
| D | test_rules.ini | 47 … that (level0_file_num_compaction_trigger * write_buffer_size - max_bytes_for_level_base < 5) is s…
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | MutableColumnFamilyOptions.java | 117 max_bytes_for_level_base(ValueType.LONG), enumConstant 380 return setLong(CompactionOption.max_bytes_for_level_base, in setMaxBytesForLevelBase() 386 return getLong(CompactionOption.max_bytes_for_level_base); in maxBytesForLevelBase()
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rules.ini | 84 option=CFOptions.max_bytes_for_level_base 109 …s.level0_file_num_compaction_trigger:CFOptions.write_buffer_size:CFOptions.max_bytes_for_level_base 113 option=CFOptions.max_bytes_for_level_base 189 options=CFOptions.max_bytes_for_level_base:CFOptions.level0_file_num_compaction_trigger:CFOptions.w…
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_gflags.cc | 429 DEFINE_uint64(max_bytes_for_level_base, 430 ROCKSDB_NAMESPACE::Options().max_bytes_for_level_base,
|
| /rocksdb-6.9/ |
| D | DEFAULT_OPTIONS_HISTORY.md | 20 * options.max_bytes_for_level_base changes from 10MB to 256MB.
|
| /rocksdb-6.9/monitoring/ |
| D | persistent_stats_history.cc | 71 cfo->max_bytes_for_level_base = 10 * 1048576; in OptimizeForPersistentStats()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 234 …–max_grandparent_overlap_factor=$overlap –stats_per_interval=1 –max_bytes_for_level_base=$bpl –use… 237 …–max_grandparent_overlap_factor=$overlap –stats_per_interval=1 –max_bytes_for_level_base=$bpl –use…
|
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 90 max_bytes_for_level_base=1073741824
|
| /rocksdb-6.9/tools/ |
| D | write_stress.cc | 136 options.max_bytes_for_level_base = 1 * 1024 * 1024; // 1MB in WriteStress()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | options.h | 279 uint64_t max_bytes_for_level_base = 256 * 1048576; member
|