Home
last modified time | relevance | path

Searched refs:log_readahead_size (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/options/
Ddb_options.cc97 log_readahead_size(options.log_readahead_size), in ImmutableDBOptions()
249 log_readahead_size); in Dump()
Ddb_options.h89 size_t log_readahead_size; member
Doptions_helper.cc145 options.log_readahead_size = immutable_db_options.log_readahead_size; in BuildDBOptions()
1683 {offsetof(struct DBOptions, log_readahead_size), OptionType::kSizeT,
Doptions_parser.cc665 size_t file_readahead_size = db_opt.log_readahead_size; in VerifyRocksDBOptionsFromFile()
/rocksdb-6.9/include/rocksdb/
Doptions.h1127 size_t log_readahead_size = 0; member
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc156 std::move(file), fname, immutable_db_options_.log_readahead_size)); in MaybeInitLogReader()
Ddb_impl_open.cc802 std::move(file), fname, immutable_db_options_.log_readahead_size)); in RecoverLogFiles()
/rocksdb-6.9/db/
Dversion_set.cc4469 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/
Ddb_bench_tool.cc548 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/
DHISTORY.md40 * 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 …