Home
last modified time | relevance | path

Searched refs:fill_cache (Results 1 – 16 of 16) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader_impl.h81 if (!ro.fill_cache && rep_->cache_key_prefix_size != 0) { in NewDataBlockIterator()
153 if (!ro.fill_cache && rep_->cache_key_prefix_size != 0) { in NewDataBlockIterator()
Dpartitioned_index_reader.cc79 ro.fill_cache = read_options.fill_cache; in NewIterator()
Dblock_based_table_reader.cc1165 read_options.fill_cache) { in GetDataBlockFromCache()
1419 if (block_entry->GetValue() == nullptr && !no_io && ro.fill_cache) { in MaybeReadBlockAndLoadToCache()
1489 bool no_insert = no_io || !ro.fill_cache; in MaybeReadBlockAndLoadToCache()
1723 if (options.fill_cache) { in RetrieveMultipleBlocks()
/rocksdb-6.9/table/
Dblock_fetcher.cc148 if (status_.ok() && read_options_.fill_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
158 if (status_.ok() && !got_from_prefetch_buffer_ && read_options_.fill_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
/rocksdb-6.9/db/
Ddb_basic_test.cc1999 bool fill_cache() { return fill_cache_; } in fill_cache() function in ROCKSDB_NAMESPACE::DBBasicTestWithParallelIO
2151 ro.fill_cache = fill_cache(); in TEST_P()
2178 if (fill_cache()) { in TEST_P()
2275 ro.fill_cache = fill_cache(); in TEST_P()
2312 ro.fill_cache = fill_cache(); in TEST_P()
Ddb_block_cache_test.cc151 read_options.fill_cache = false; in TEST_F()
348 read_options.fill_cache = false; in TEST_F()
Dimport_column_family_job.cc248 ro.fill_cache = false; in GetIngestedFileInfo()
Dexternal_sst_file_ingestion_job.cc457 ro.fill_cache = false; in GetIngestedFileInfo()
Ddb_iterator_test.cc1839 ro.fill_cache = false; in TEST_P()
1941 ro.fill_cache = false; in TEST_P()
1957 ro.fill_cache = false; in TEST_P()
Dwrite_batch.cc1451 ropts.fill_cache = false; in PutCFImpl()
Dc.cc3154 opt->rep.fill_cache = v; in rocksdb_readoptions_set_fill_cache()
Dversion_set.cc5522 read_options.fill_cache = false; in MakeInputIterator()
/rocksdb-6.9/options/
Doptions.cc591 fill_cache(true), in ReadOptions()
611 fill_cache(cache), in ReadOptions()
/rocksdb-6.9/include/rocksdb/
Doptions.h1264 bool fill_cache; member
/rocksdb-6.9/java/rocksjni/
Doptions.cc6722 reinterpret_cast<ROCKSDB_NAMESPACE::ReadOptions*>(jhandle)->fill_cache = in Java_org_rocksdb_ReadOptions_setFillCache()
6733 return reinterpret_cast<ROCKSDB_NAMESPACE::ReadOptions*>(jhandle)->fill_cache; in Java_org_rocksdb_ReadOptions_fillCache()
/rocksdb-6.9/
DHISTORY.md209 * Fixed a regression where the fill_cache read option also affected index blocks.
217 * Fixed a regression where the fill_cache read option also affected index blocks.