Searched refs:SetDBOptions (Results 1 – 17 of 17) sorted by relevance
| /rocksdb-6.9/db/ |
| D | db_options_test.cc | 98 ASSERT_OK(dbfull()->SetDBOptions(new_options)); in TEST_F() 154 ASSERT_OK(dbfull()->SetDBOptions({{"bytes_per_sync", "8388608"}})); in TEST_F() 196 ASSERT_OK(dbfull()->SetDBOptions({{"wal_bytes_per_sync", "5242880"}})); in TEST_F() 243 dbfull()->SetDBOptions({{"writable_file_max_buffer_size", "524288"}})); in TEST_F() 401 ASSERT_OK(dbfull()->SetDBOptions({{"max_background_compactions", "3"}})); in TEST_F() 417 ASSERT_OK(dbfull()->SetDBOptions( in TEST_F() 472 ASSERT_OK(dbfull()->SetDBOptions({{"delayed_write_rate", "20000"}})); in TEST_F() 496 ASSERT_OK(dbfull()->SetDBOptions({{"max_total_wal_size", "10"}})); in TEST_F() 515 dbfull()->SetDBOptions({{"stats_dump_period_sec", ToString(num)}})); in TEST_F() 593 ASSERT_OK(dbfull()->SetDBOptions({{"max_open_files", "1024"}})); in TEST_F() [all …]
|
| D | db_test.cc | 2858 Status SetDBOptions( in SetDBOptions() function in ROCKSDB_NAMESPACE::ModelDB
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-01-06-rocksdb-5-0-1-released.markdown | 11 …upport dynamically change `delayed_write_rate` and `max_total_wal_size` options via SetDBOptions(). 13 * Support dynamically change `delayed_write_rate` option via SetDBOptions(). 23 …L = true). Unpersisted data will be lost. The options is dynamically changeable via SetDBOptions().
|
| D | 2017-02-07-rocksdb-5-1-2-released.markdown | 9 * Support dynamically change `delete_obsolete_files_period_micros` option via SetDBOptions().
|
| D | 2017-06-29-rocksdb-5-5-1-released.markdown | 13 * Support dynamically change `max_open_files` option via SetDBOptions()
|
| D | 2017-05-26-rocksdb-5-4-5-released.markdown | 9 * Support dynamically changing `stats_dump_period_sec` option via SetDBOptions().
|
| /rocksdb-6.9/monitoring/ |
| D | stats_history_test.cc | 64 ASSERT_OK(dbfull()->SetDBOptions({{"stats_dump_period_sec", "0"}})); in TEST_F() 104 ASSERT_OK(dbfull()->SetDBOptions({{"stats_persist_period_sec", "0"}})); in TEST_F() 134 ASSERT_OK(dbfull()->SetDBOptions({{"stats_persist_period_sec", "5"}})); in TEST_F() 175 ASSERT_OK(dbfull()->SetDBOptions({{"stats_persist_period_sec", "0"}})); in TEST_F() 275 ASSERT_OK(dbfull()->SetDBOptions({{"stats_history_buffer_size", "12000"}})); in TEST_F()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_secondary.h | 176 using DBImpl::SetDBOptions; 177 Status SetDBOptions(const std::unordered_map<std::string, std::string>& in SetDBOptions() function
|
| D | db_secondary_test.cc | 277 Status s = db_secondary_->SetDBOptions({{"max_open_files", "-1"}}); in TEST_F()
|
| D | db_impl.h | 316 virtual Status SetDBOptions(
|
| D | db_impl.cc | 971 Status DBImpl::SetDBOptions( in SetDBOptions() function in ROCKSDB_NAMESPACE::DBImpl
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | stackable_db.h | 410 virtual Status SetDBOptions( in SetDBOptions() function 413 return db_->SetDBOptions(new_options); in SetDBOptions()
|
| D | ldb_cmd.h | 86 virtual void SetDBOptions(Options options) { options_ = options; } in SetDBOptions() function
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 64 …re not resized upon setting `max_background_jobs` dynamically through the `SetDBOptions` interface. 638 * Support dynamically change `max_open_files` option via SetDBOptions() 652 * Support dynamically change `stats_dump_period_sec` option via SetDBOptions(). 694 * Support dynamically change `delete_obsolete_files_period_micros` option via SetDBOptions(). 705 * Support dynamically change `delayed_write_rate` and `max_total_wal_size` options via SetDBOptions… 707 * Support dynamically change `delayed_write_rate` option via SetDBOptions(). 716 …L = true). Unpersisted data will be lost. The options is dynamically changeable via SetDBOptions(). 727 * Add DB::SetDBOptions() to dynamic change base_background_compactions and max_background_compactio…
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 1111 virtual Status SetDBOptions(
|
| /rocksdb-6.9/java/rocksjni/ |
| D | rocksjni.cc | 2558 auto s = db->SetDBOptions(options_map); in Java_org_rocksdb_RocksDB_setDBOptions()
|
| /rocksdb-6.9/tools/ |
| D | ldb_cmd.cc | 170 command->SetDBOptions(options); in InitFromCmdLineArgs()
|