| /rocksdb-6.9/db/db_impl/ |
| D | db_secondary_test.cc | 156 options1.max_open_files = -1; in TEST_F() 241 options.max_open_files = 1; in TEST_F() 293 options1.max_open_files = -1; in TEST_F() 344 options1.max_open_files = -1; in TEST_F() 360 options1.max_open_files = -1; in TEST_F() 420 options1.max_open_files = -1; in TEST_F() 477 options1.max_open_files = -1; in TEST_F() 535 options1.max_open_files = -1; in TEST_F() 566 options1.max_open_files = -1; in TEST_F() 623 options1.max_open_files = -1; in TEST_F() [all …]
|
| /rocksdb-6.9/utilities/leveldb_options/ |
| D | leveldb_options.cc | 28 max_open_files(1000), in LevelDBOptions() 43 options.max_open_files = leveldb_options.max_open_files; in ConvertOptions()
|
| /rocksdb-6.9/options/ |
| D | options_test.cc | 246 ASSERT_EQ(new_db_opt.max_open_files, 32); in TEST_F() 823 ASSERT_EQ(new_options.max_open_files, 1); in TEST_F() 1094 ASSERT_EQ(converted_opt.max_open_files, leveldb_opt.max_open_files); in TEST_F() 1127 db_opt.max_open_files = 12345; in TEST_F() 1204 db_opt.max_open_files = 12345; in TEST_F() 1233 db_opt.max_open_files = 12345; in TEST_F() 1261 db_opt.max_open_files = 12345; in TEST_F() 1291 db_opt.max_open_files = 12345; in TEST_F() 1321 db_opt.max_open_files = 12345; in TEST_F() 1399 db_opt.max_open_files = 12345; in TEST_F() [all …]
|
| D | db_options.cc | 270 max_open_files(-1), in MutableDBOptions() 289 max_open_files(options.max_open_files), in MutableDBOptions() 321 max_open_files); in Dump()
|
| D | db_options.h | 112 int max_open_files; member
|
| D | options.cc | 447 max_open_files = 5000; in OldDefaults() 478 max_open_files = 5000; in OptimizeForSmallDb()
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool_test.cc | 106 opt.max_open_files = 256; in TEST_F() 129 opt.max_open_files = 256; in TEST_F() 152 opt.max_open_files = 256; in TEST_F()
|
| D | write_stress.cc | 141 options.max_open_files = FLAGS_low_open_files_mode ? 20 : -1; in WriteStress()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | MutableDBOptions.java | 94 max_open_files(ValueType.INT), enumConstant 273 return setInt(DBOption.max_open_files, maxOpenFiles); in setMaxOpenFiles() 278 return getInt(DBOption.max_open_files); in maxOpenFiles()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-01-16-migrating-from-leveldb-to-rocksdb-2.markdown | 27 opt.max_open_files = 1000; 50 opt.max_open_files = 1000; 100 opt.max_open_files = 1000;
|
| D | 2017-06-29-rocksdb-5-5-1-released.markdown | 13 * Support dynamically change `max_open_files` option via SetDBOptions()
|
| D | 2015-02-24-reading-rocksdb-options-from-a-file.markdown | 28 …"create_if_missing=true;max_open_files=1000;" …
|
| /rocksdb-6.9/test_util/ |
| D | testutil.cc | 279 db_opt->max_open_files = rnd->Uniform(100); in RandomInitDBOptions() 366 db_options.max_open_files == -1 ? uint_max + rnd->Uniform(10000) : 0; in RandomInitCFOptions() 368 db_options.max_open_files == -1 ? uint_max + rnd->Uniform(10000) : 0; in RandomInitCFOptions()
|
| /rocksdb-6.9/db/ |
| D | db_wal_test.cc | 295 options.max_open_files = kSmallMaxOpenFiles; in TEST_F() 299 int* max_open_files = static_cast<int*>(arg); in TEST_F() local 300 *max_open_files = kSmallMaxOpenFiles; in TEST_F() 305 options.max_open_files = 100; in TEST_F() 307 options.max_open_files = -1; in TEST_F() 323 if (options.max_open_files == kSmallMaxOpenFiles) { in TEST_F()
|
| D | column_family_test.cc | 1326 db_options_.max_open_files = 20; // only 10 files in file cache in TEST_P() 1398 db_options_.max_open_files = 20; // only 10 files in file cache in TEST_P() 1497 db_options_.max_open_files = 20; // only 10 files in file cache in TEST_P() 1593 db_options_.max_open_files = 20; // only 10 files in file cache in TEST_P() 1692 db_options_.max_open_files = 20; // only 10 files in file cache in TEST_P() 1794 db_options_.max_open_files = 20; // only 10 files in file cache in TEST_P() 1887 db_options_.max_open_files = 20; // only 10 files in file cache in TEST_P() 1986 db_options_.max_open_files = 20; // only 10 files in file cache in TEST_P() 2303 db_options_.max_open_files = 20; in TEST_P() 2372 db_options_.max_open_files = 20; in TEST_P()
|
| D | db_options_test.cc | 585 options.max_open_files = -1; in TEST_F() 591 ASSERT_EQ(-1, dbfull()->GetDBOptions().max_open_files); in TEST_F() 594 ASSERT_EQ(1024, dbfull()->GetDBOptions().max_open_files); in TEST_F()
|
| D | db_properties_test.cc | 311 options.max_open_files = -1; in TEST_F() 395 options.max_open_files = 11; // Make sure no proloading of table readers in TEST_F() 400 int* max_open_files = static_cast<int*>(arg); in TEST_F() local 401 *max_open_files = 11; in TEST_F() 485 options.max_open_files = -1; in TEST_F() 832 options.max_open_files = 10; in TEST_F()
|
| D | db_compaction_test.cc | 427 options.max_open_files = 20; in TEST_F() 447 options.max_open_files = 20; in TEST_F() 3525 options.max_open_files = -1; in TEST_F() 3635 options.max_open_files = -1; in TEST_F() 3637 options.max_open_files = 20; in TEST_F() 3642 int* max_open_files = static_cast<int*>(arg); in TEST_F() local 3643 *max_open_files = 2; in TEST_F() 3784 options.max_open_files = 20; in TEST_F() 3789 int* max_open_files = static_cast<int*>(arg); in TEST_F() local 3790 *max_open_files = 0; in TEST_F() [all …]
|
| D | compacted_db_impl.cc | 140 if (options.max_open_files != -1) { in Open()
|
| D | db_test2.cc | 1480 options->max_open_files = -1; in CreateTwoLevels() 1520 options.max_open_files = -1; in TEST_P() 1607 options.max_open_files = 13; in TEST_P() 1611 int* max_open_files = static_cast<int*>(arg); in TEST_P() local 1612 *max_open_files = 13; in TEST_P() 3558 options.max_open_files = 100; in TEST_F() 3592 options.max_open_files = -1; in TEST_F() 3760 options.max_open_files = -1; in TEST_F()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | leveldb_options.h | 91 int max_open_files; member
|
| /rocksdb-6.9/ |
| D | DEFAULT_OPTIONS_HISTORY.md | 13 * options.max_open_files changes from 5000 to -1. It improves performance, but users need to set fi…
|
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 54 max_open_files=-1
|
| /rocksdb-6.9/include/rocksdb/ |
| D | options.h | 449 int max_open_files = -1; member
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_gflags.cc | 178 DEFINE_int32(open_files, ROCKSDB_NAMESPACE::Options().max_open_files,
|