Home
last modified time | relevance | path

Searched refs:max_bytes_for_level_base (Results 1 – 25 of 46) sorted by relevance

12

/rocksdb-6.9/utilities/option_change_migration/
Doption_change_migration_test.cc60 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/
Dcompaction_picker_test.cc265 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/
Dcf_options.h156 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
Doptions.cc218 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()
Dcf_options.cc172 max_bytes_for_level_base); in Dump()
Doptions_test.cc185 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/
Ddb_dynamic_level_test.cc67 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()
Dversion_set_test.cc177 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()
Ddb_compaction_test.cc150 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 …]
Dobsolete_files_test.cc95 options.max_bytes_for_level_base = 1024 * 1024 * 1000; in ReopenDB()
Ddb_test.cc4355 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 …]
Ddb_table_properties_test.cc147 options.max_bytes_for_level_base = 40960; in TEST_F()
/rocksdb-6.9/tools/advisor/test/input_files/
DOPTIONS-00000520 max_bytes_for_level_base=268435456
36 max_bytes_for_level_base=268435456
Dtriggered_rules.ini54 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…
Drules_err1.ini32 …s.level0_file_num_compaction_trigger:CFOptions.write_buffer_size:CFOptions.max_bytes_for_level_base
Dtest_rules.ini47 … 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/
DMutableColumnFamilyOptions.java117 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/
Drules.ini84 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/
Ddb_stress_gflags.cc429 DEFINE_uint64(max_bytes_for_level_base,
430 ROCKSDB_NAMESPACE::Options().max_bytes_for_level_base,
/rocksdb-6.9/
DDEFAULT_OPTIONS_HISTORY.md20 * options.max_bytes_for_level_base changes from 10MB to 256MB.
/rocksdb-6.9/monitoring/
Dpersistent_stats_history.cc71 cfo->max_bytes_for_level_base = 10 * 1048576; in OptimizeForPersistentStats()
/rocksdb-6.9/docs/_posts/
D2015-11-16-analysis-file-read-latency-by-level.markdown234 …–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/
Drocksdb_option_file_example.ini90 max_bytes_for_level_base=1073741824
/rocksdb-6.9/tools/
Dwrite_stress.cc136 options.max_bytes_for_level_base = 1 * 1024 * 1024; // 1MB in WriteStress()
/rocksdb-6.9/include/rocksdb/
Doptions.h279 uint64_t max_bytes_for_level_base = 256 * 1048576; member

12