Searched refs:log_readahead_size (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/options/ |
| D | db_options.cc | 97 log_readahead_size(options.log_readahead_size), in ImmutableDBOptions() 249 log_readahead_size); in Dump()
|
| D | db_options.h | 89 size_t log_readahead_size; member
|
| D | options_helper.cc | 145 options.log_readahead_size = immutable_db_options.log_readahead_size; in BuildDBOptions() 1683 {offsetof(struct DBOptions, log_readahead_size), OptionType::kSizeT,
|
| D | options_parser.cc | 665 size_t file_readahead_size = db_opt.log_readahead_size; in VerifyRocksDBOptionsFromFile()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | options.h | 1127 size_t log_readahead_size = 0; member
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_secondary.cc | 156 std::move(file), fname, immutable_db_options_.log_readahead_size)); in MaybeInitLogReader()
|
| D | db_impl_open.cc | 802 std::move(file), fname, immutable_db_options_.log_readahead_size)); in RecoverLogFiles()
|
| /rocksdb-6.9/db/ |
| D | version_set.cc | 4469 db_options_->log_readahead_size)); in Recover() 4758 db_options_->log_readahead_size)); in TryRecoverFromOneManifest() 4977 std::move(file), dscname, db_options_->log_readahead_size)); in DumpManifest() 6198 db_options_->log_readahead_size)); in MaybeSwitchManifest()
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 548 DEFINE_int32(log_readahead_size, 0, "WAL and manifest readahead size"); 3660 options.log_readahead_size = FLAGS_log_readahead_size; in InitializeOptionsFromFlags()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 40 * Perfom readahead when reading from option files. Inside DB, options.log_readahead_size will be us… 197 * Added DBOptions::log_readahead_size which specifies the number of bytes to prefetch when reading …
|