Home
last modified time | relevance | path

Searched defs:read_amp_bytes_per_bit (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc122 static Block* Create(BlockContents&& contents, size_t read_amp_bytes_per_bit, in Create()
164 const PersistentCacheOptions& cache_options, size_t read_amp_bytes_per_bit, in ReadBlockFromFile()
1097 const size_t read_amp_bytes_per_bit = in GetDataBlockFromCache() local
1201 const size_t read_amp_bytes_per_bit = in PutDataBlockToCache() local
1547 size_t read_amp_bytes_per_bit = rep_->table_options.read_amp_bytes_per_bit; in RetrieveMultipleBlocks() local
Dblock.cc868 Block::Block(BlockContents&& contents, size_t read_amp_bytes_per_bit, in Block()
/rocksdb-6.9/include/rocksdb/
Dtable.h247 uint32_t read_amp_bytes_per_bit = 0; member