Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_index.cc114 double hash_table_size_multipier = 1.0 / hash_table_ratio_; in AllocateIndex() local
116 static_cast<uint32_t>(num_prefixes_ * hash_table_size_multipier) + 1; in AllocateIndex()