Searched refs:max_background_flushes (Results 1 – 25 of 42) sorted by relevance
12
| /rocksdb-6.9/build_tools/ |
| D | regression_build_test.sh | 304 --max_background_flushes=16 \ 315 --max_background_flushes=0 \ 327 --max_background_flushes=0 \
|
| /rocksdb-6.9/options/ |
| D | db_options.cc | 41 max_background_flushes(options.max_background_flushes), in ImmutableDBOptions() 160 max_background_flushes); in Dump()
|
| D | options_test.cc | 254 ASSERT_EQ(new_db_opt.max_background_flushes, 36); in TEST_F() 1128 db_opt.max_background_flushes = 301; in TEST_F() 1205 db_opt.max_background_flushes = 301; in TEST_F() 1234 db_opt.max_background_flushes = 301; in TEST_F() 1262 db_opt.max_background_flushes = 301; in TEST_F() 1292 db_opt.max_background_flushes = 301; in TEST_F() 1322 db_opt.max_background_flushes = 301; in TEST_F() 1400 db_opt.max_background_flushes = 301; in TEST_F()
|
| D | db_options.h | 38 int max_background_flushes; member
|
| D | options.cc | 404 max_background_flushes = 4; in PrepareForBulkLoad()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-07-25-rocksdb-5-6-1-released.markdown | 9 …tions in the same thread pool is no longer supported by setting `max_background_flushes=0`. Instea… 10 * Replace `Options::max_background_flushes`, `Options::max_background_compactions`, and `Options::b…
|
| D | 2018-08-01-rocksdb-tuning-advisor.markdown | 50 Suggestion: inc-bg-flush option : DBOptions.max_background_flushes action : increase suggested_valu…
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_gflags.cc | 234 DEFINE_int32(max_background_flushes, 235 ROCKSDB_NAMESPACE::Options().max_background_flushes,
|
| D | db_stress_common.h | 125 DECLARE_int32(max_background_flushes);
|
| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | rules_err4.ini | 10 option=DBOptions.max_background_flushes
|
| D | rules_err3.ini | 10 option=DBOptions.max_background_flushes
|
| D | rules_err2.ini | 10 option=DBOptions.max_background_flushes
|
| D | rules_err1.ini | 10 option=DBOptions.max_background_flushes
|
| D | test_rules.ini | 39 option=DBOptions.max_background_flushes
|
| D | triggered_rules.ini | 34 option=DBOptions.max_background_flushes
|
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 58 max_background_flushes=7
|
| /rocksdb-6.9/tools/ |
| D | write_stress.cc | 140 options.max_background_flushes = 16; in WriteStress()
|
| /rocksdb-6.9/db/ |
| D | db_flush_test.cc | 45 options.max_background_flushes = 2; in TEST_F() 243 options.max_background_flushes = 2; in TEST_P()
|
| D | db_io_failure_test.cc | 71 options.max_background_flushes = 1; in TEST_F()
|
| D | fault_injection_test.cc | 134 options.max_background_flushes = 8; in CurrentOptions()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | options.h | 590 int max_background_flushes = -1; member
|
| /rocksdb-6.9/tools/advisor/ |
| D | README.md | 81 Suggestion: inc-bg-flush option : DBOptions.max_background_flushes action : increase suggested_valu…
|
| /rocksdb-6.9/java/rocksjni/ |
| D | options.cc | 739 ->max_background_flushes; in Java_org_rocksdb_Options_maxBackgroundFlushes() 748 JNIEnv*, jobject, jlong jhandle, jint max_background_flushes) { in Java_org_rocksdb_Options_setMaxBackgroundFlushes() argument 750 ->max_background_flushes = static_cast<int>(max_background_flushes); in Java_org_rocksdb_Options_setMaxBackgroundFlushes() 5261 JNIEnv*, jobject, jlong jhandle, jint max_background_flushes) { in Java_org_rocksdb_DBOptions_setMaxBackgroundFlushes() argument 5263 ->max_background_flushes = static_cast<int>(max_background_flushes); in Java_org_rocksdb_DBOptions_setMaxBackgroundFlushes() 5274 ->max_background_flushes; in Java_org_rocksdb_DBOptions_maxBackgroundFlushes()
|
| /rocksdb-6.9/test_util/ |
| D | testutil.cc | 277 db_opt->max_background_flushes = rnd->Uniform(100); in RandomInitDBOptions()
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rules.ini | 62 option=DBOptions.max_background_flushes
|
12