| /rocksdb-6.9/utilities/option_change_migration/ |
| D | option_change_migration_test.cc | 56 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()
|
| D | option_change_migration.cc | 48 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/ |
| D | options.cc | 62 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()
|
| D | cf_options.h | 154 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
|
| D | cf_options.cc | 122 max_file_size[i] = target_file_size_base; in RefreshDerivedOptions() 168 target_file_size_base); in Dump()
|
| D | options_test.cc | 183 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/ |
| D | db_universal_compaction_test.cc | 140 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 …]
|
| D | db_dynamic_level_test.cc | 65 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()
|
| D | db_range_del_test.cc | 97 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 …]
|
| D | column_family_test.cc | 1331 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 …]
|
| D | db_compaction_test.cc | 1341 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 …]
|
| D | fault_injection_test.cc | 127 options.target_file_size_base = 64 * 1024; in CurrentOptions() 430 options_.target_file_size_base = 32 * 1024; in TEST_P()
|
| D | db_test.cc | 1496 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 …]
|
| D | obsolete_files_test.cc | 94 options.target_file_size_base = 1024 * 1024 * 1000; in ReopenDB()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | MutableColumnFamilyOptions.java | 115 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/ |
| D | db_stress_gflags.cc | 422 DEFINE_int64(target_file_size_base, 423 ROCKSDB_NAMESPACE::Options().target_file_size_base,
|
| D | db_stress_test_base.cc | 150 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/ |
| D | compaction_picker_test.cc | 185 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/ |
| D | DEFAULT_OPTIONS_HISTORY.md | 19 * options.target_file_size_base changes from 2MB to 64MB.
|
| /rocksdb-6.9/include/rocksdb/ |
| D | advanced_options.h | 410 uint64_t target_file_size_base = 64 * 1048576; member
|
| /rocksdb-6.9/test_util/ |
| D | testutil.cc | 370 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/ |
| D | compact_files_example.cc | 67 options_.target_file_size_base; in FullCompactor()
|
| D | rocksdb_option_file_example.ini | 119 target_file_size_base=134217728
|
| /rocksdb-6.9/monitoring/ |
| D | persistent_stats_history.cc | 70 cfo->target_file_size_base = 2 * 1048576; in OptimizeForPersistentStats()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 234 …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…
|