Home
last modified time | relevance | path

Searched refs:prefetch_all (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc580 const bool prefetch_all = prefetch_index_and_filter_in_cache || level == 0; in Open() local
584 s = PrefetchTail(file.get(), file_size, tail_prefetch_stats, prefetch_all, in Open()
667 prefetch_all, table_options, level, &lookup_context); in Open()
686 TailPrefetchStats* tail_prefetch_stats, const bool prefetch_all, in PrefetchTail() argument
702 tail_prefetch_size = prefetch_all || preload_all ? 512 * 1024 : 4 * 1024; in PrefetchTail()
899 BlockBasedTable* new_table, bool prefetch_all, in PrefetchIndexAndFilterBlocks() argument
951 prefetch_all || in PrefetchIndexAndFilterBlocks()
972 if (prefetch_all) { in PrefetchIndexAndFilterBlocks()
978 prefetch_all || in PrefetchIndexAndFilterBlocks()
994 if (prefetch_all) { in PrefetchIndexAndFilterBlocks()
[all …]
Dblock_based_table_reader.h396 TailPrefetchStats* tail_prefetch_stats, const bool prefetch_all,
414 BlockBasedTable* new_table, bool prefetch_all,