Home
last modified time | relevance | path

Searched refs:target_file_size_base (Results 1 – 25 of 49) sorted by relevance

12

/rocksdb-6.9/utilities/option_change_migration/
Doption_change_migration_test.cc56 old_options.target_file_size_base = 128 * 1024; in TEST_P()
91 new_options.target_file_size_base = 256 * 1024; in TEST_P()
124 old_options.target_file_size_base = 128 * 1024; in TEST_P()
160 new_options.target_file_size_base = 256 * 1024; in TEST_P()
193 old_options.target_file_size_base = 128 * 1024; in TEST_P()
234 new_options.target_file_size_base = 256 * 1024; in TEST_P()
267 old_options.target_file_size_base = 128 * 1024; in TEST_P()
309 new_options.target_file_size_base = 256 * 1024; in TEST_P()
363 old_options.target_file_size_base = 128 * 1024; in TEST_F()
395 new_options.target_file_size_base = 256 * 1024; in TEST_F()
Doption_change_migration.cc48 no_compact_opts.target_file_size_base = 999999999999999; in CompactToLevel()
115 opts.target_file_size_base = new_opts.target_file_size_base; in MigrateToLevelBase()
133 opts.target_file_size_base = new_opts.target_file_size_base; in MigrateToLevelBase()
/rocksdb-6.9/options/
Doptions.cc62 target_file_size_base(options.target_file_size_base), in AdvancedColumnFamilyOptions()
213 target_file_size_base); in Dump()
412 target_file_size_base = 256 * 1024 * 1024; in PrepareForBulkLoad()
461 target_file_size_base = 2 * 1048576; in OldDefaults()
492 target_file_size_base = 2 * 1048576; in OptimizeForSmallDb()
538 target_file_size_base = memtable_memory_budget / 8; in OptimizeLevelStyleCompaction()
Dcf_options.h154 target_file_size_base(options.target_file_size_base), in MutableCFOptions()
190 target_file_size_base(0), in MutableCFOptions()
241 uint64_t target_file_size_base; member
Dcf_options.cc122 max_file_size[i] = target_file_size_base; in RefreshDerivedOptions()
168 target_file_size_base); in Dump()
Doptions_test.cc183 ASSERT_EQ(new_cf_opt.target_file_size_base, static_cast<uint64_t>(12)); in TEST_F()
1703 ASSERT_EQ(2 * 1048576, old_default_cf_opts.target_file_size_base); in TEST_F()
1705 ASSERT_EQ(2 * 1048576, old_default_cf_opts.target_file_size_base); in TEST_F()
1714 ASSERT_EQ(2 * 1048576, old_default_cf_opts.target_file_size_base); in TEST_F()
1721 ASSERT_NE(2 * 1048576, old_default_cf_opts.target_file_size_base); in TEST_F()
/rocksdb-6.9/db/
Ddb_universal_compaction_test.cc140 options.target_file_size_base = 32 << 10; // 32KB in TEST_P()
172 options.target_file_size_base = 32 << 10; // 32KB in TEST_P()
241 options.target_file_size_base = 32 << 10; // 32KB in TEST_P()
346 options.target_file_size_base = 32 << 10; // 32KB in TEST_P()
388 options.target_file_size_base = 32 << 10; // 32KB in TEST_P()
682 options.target_file_size_base = 32 * 1024; in TEST_P()
726 options.target_file_size_base = 32 * 1024; in TEST_P()
771 options.target_file_size_base = 1 * 1024; in TEST_P()
1183 options.target_file_size_base = 32 * 1024; in TEST_P()
1229 options.target_file_size_base = 64 * 1024; in TEST_P()
[all …]
Ddb_dynamic_level_test.cc65 options.target_file_size_base = 2048; in TEST_F()
135 options.target_file_size_base = 9102; in TEST_F()
287 options.target_file_size_base = 2; in TEST_F()
364 options.target_file_size_base = 2048; in TEST_F()
416 options.target_file_size_base = 2048; in TEST_F()
Ddb_range_del_test.cc97 options.target_file_size_base = kFileBytes; in TEST_F()
350 options.target_file_size_base = kFileBytes; in TEST_F()
880 options.target_file_size_base = 4096; in TEST_F()
960 options.target_file_size_base = kValueBytes; in TEST_F()
1028 options.target_file_size_base = kValueBytes; in TEST_F()
1171 options.target_file_size_base = kFileBytes; in TEST_F()
1259 options.target_file_size_base = kFileBytes; in TEST_F()
1356 options.target_file_size_base = kFileBytes; in TEST_F()
1413 options.target_file_size_base = kFileBytes; in TEST_F()
1445 options.target_file_size_base = kFileBytes; in TEST_F()
[all …]
Dcolumn_family_test.cc1331 default_cf.target_file_size_base = 30 << 10; in TEST_P()
1404 default_cf.target_file_size_base = 30 << 10; in TEST_P()
1405 default_cf.max_compaction_bytes = default_cf.target_file_size_base * 1100; in TEST_P()
1503 default_cf.target_file_size_base = 30 << 10; in TEST_P()
1504 default_cf.max_compaction_bytes = default_cf.target_file_size_base * 1100; in TEST_P()
1599 default_cf.target_file_size_base = 30 << 10; in TEST_P()
1600 default_cf.max_compaction_bytes = default_cf.target_file_size_base * 1100; in TEST_P()
1698 default_cf.target_file_size_base = 30 << 10; in TEST_P()
1800 default_cf.target_file_size_base = 30 << 10; in TEST_P()
1893 default_cf.target_file_size_base = 30 << 10; in TEST_P()
[all …]
Ddb_compaction_test.cc1341 options.target_file_size_base = 1 << 23; // 8 MB in TEST_P()
1854 options.target_file_size_base = 1 << 10; // 1KB in TEST_F()
2325 options.target_file_size_base = 200 << 10; // 200KB in TEST_P()
2355 options.target_file_size_base = INT_MAX; in TEST_P()
2730 options.target_file_size_base = in TEST_P()
2736 options.target_file_size_base; in TEST_P()
3027 options.target_file_size_base = 98 << 10; in TEST_F()
3109 options.target_file_size_base = 100000000; in TEST_P()
3305 options.target_file_size_base = 32 << 10; // 32KB in TEST_P()
4804 opts.target_file_size_base = 10240; in TEST_F()
[all …]
Dfault_injection_test.cc127 options.target_file_size_base = 64 * 1024; in CurrentOptions()
430 options_.target_file_size_base = 32 * 1024; in TEST_P()
Ddb_test.cc1496 options.target_file_size_base = 1024 * 1024; in TEST_F()
3675 options.target_file_size_base = 1 << 20; // 1MB in TEST_F()
4356 options.target_file_size_base * kNumL0Files; in TEST_P()
4445 options.target_file_size_base * kNumL0Files; in TEST_P()
4544 options.target_file_size_base = 20480; in TEST_F()
4628 options.target_file_size_base = 20; in TEST_F()
4748 options.target_file_size_base = k64KB; in TEST_F()
5071 options.target_file_size_base = 200000; in TEST_F()
5219 options.target_file_size_base = 32 * 1024; in TEST_F()
5538 options.target_file_size_base = 98 << 10; in TEST_F()
[all …]
Dobsolete_files_test.cc94 options.target_file_size_base = 1024 * 1024 * 1000; in ReopenDB()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableColumnFamilyOptions.java115 target_file_size_base(ValueType.LONG), enumConstant
356 return setLong(CompactionOption.target_file_size_base, in setTargetFileSizeBase()
362 return getLong(CompactionOption.target_file_size_base); in targetFileSizeBase()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_gflags.cc422 DEFINE_int64(target_file_size_base,
423 ROCKSDB_NAMESPACE::Options().target_file_size_base,
Ddb_stress_test_base.cc150 ToString(options_.target_file_size_base * 5), in BuildOptionsTable()
151 ToString(options_.target_file_size_base * 15), in BuildOptionsTable()
152 ToString(options_.target_file_size_base * 100), in BuildOptionsTable()
156 ToString(options_.target_file_size_base), in BuildOptionsTable()
157 ToString(options_.target_file_size_base * 2), in BuildOptionsTable()
158 ToString(options_.target_file_size_base * 4), in BuildOptionsTable()
1783 options_.target_file_size_base = FLAGS_target_file_size_base; in Open()
/rocksdb-6.9/db/compaction/
Dcompaction_picker_test.cc185 mutable_cf_options_.target_file_size_base = 10000000000; in TEST_F()
208 mutable_cf_options_.target_file_size_base = 10000000; in TEST_F()
231 ASSERT_EQ(mutable_cf_options_.target_file_size_base + in TEST_F()
232 mutable_cf_options_.target_file_size_base / 10, in TEST_F()
701 mutable_cf_options_.target_file_size_base = 100000000000; in TEST_F()
731 mutable_cf_options_.target_file_size_base = 10000000; in TEST_F()
/rocksdb-6.9/
DDEFAULT_OPTIONS_HISTORY.md19 * options.target_file_size_base changes from 2MB to 64MB.
/rocksdb-6.9/include/rocksdb/
Dadvanced_options.h410 uint64_t target_file_size_base = 64 * 1048576; member
/rocksdb-6.9/test_util/
Dtestutil.cc370 cf_opt->target_file_size_base = uint_max + rnd->Uniform(10000); in RandomInitCFOptions()
372 cf_opt->target_file_size_base * rnd->Uniform(100); in RandomInitCFOptions()
/rocksdb-6.9/examples/
Dcompact_files_example.cc67 options_.target_file_size_base; in FullCompactor()
Drocksdb_option_file_example.ini119 target_file_size_base=134217728
/rocksdb-6.9/monitoring/
Dpersistent_stats_history.cc70 cfo->target_file_size_base = 2 * 1048576; in OptimizeForPersistentStats()
/rocksdb-6.9/docs/_posts/
D2015-11-16-analysis-file-read-latency-by-level.markdown234 …ession_ratio=0.5 –disable_data_sync=$dds –write_buffer_size=$wbs –target_file_size_base=$mb –max_w…
237 …ession_ratio=0.5 –disable_data_sync=$dds –write_buffer_size=$wbs –target_file_size_base=$mb –max_w…

12