Home
last modified time | relevance | path

Searched refs:max_open_files (Results 1 – 25 of 50) sorted by relevance

12

/rocksdb-6.9/db/db_impl/
Ddb_secondary_test.cc156 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/
Dleveldb_options.cc28 max_open_files(1000), in LevelDBOptions()
43 options.max_open_files = leveldb_options.max_open_files; in ConvertOptions()
/rocksdb-6.9/options/
Doptions_test.cc246 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 …]
Ddb_options.cc270 max_open_files(-1), in MutableDBOptions()
289 max_open_files(options.max_open_files), in MutableDBOptions()
321 max_open_files); in Dump()
Ddb_options.h112 int max_open_files; member
Doptions.cc447 max_open_files = 5000; in OldDefaults()
478 max_open_files = 5000; in OptimizeForSmallDb()
/rocksdb-6.9/tools/
Ddb_bench_tool_test.cc106 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()
Dwrite_stress.cc141 options.max_open_files = FLAGS_low_open_files_mode ? 20 : -1; in WriteStress()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableDBOptions.java94 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/
D2015-01-16-migrating-from-leveldb-to-rocksdb-2.markdown27 opt.max_open_files = 1000;
50 opt.max_open_files = 1000;
100 opt.max_open_files = 1000;
D2017-06-29-rocksdb-5-5-1-released.markdown13 * Support dynamically change `max_open_files` option via SetDBOptions()
D2015-02-24-reading-rocksdb-options-from-a-file.markdown28 …"create_if_missing=true;max_open_files=1000;" …
/rocksdb-6.9/test_util/
Dtestutil.cc279 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/
Ddb_wal_test.cc295 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()
Dcolumn_family_test.cc1326 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()
Ddb_options_test.cc585 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()
Ddb_properties_test.cc311 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()
Ddb_compaction_test.cc427 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 …]
Dcompacted_db_impl.cc140 if (options.max_open_files != -1) { in Open()
Ddb_test2.cc1480 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/
Dleveldb_options.h91 int max_open_files; member
/rocksdb-6.9/
DDEFAULT_OPTIONS_HISTORY.md13 * options.max_open_files changes from 5000 to -1. It improves performance, but users need to set fi…
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini54 max_open_files=-1
/rocksdb-6.9/include/rocksdb/
Doptions.h449 int max_open_files = -1; member
/rocksdb-6.9/db_stress_tool/
Ddb_stress_gflags.cc178 DEFINE_int32(open_files, ROCKSDB_NAMESPACE::Options().max_open_files,

12