Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_index.h150 hash_table_ratio_(hash_table_ratio), in PlainTableIndexBuilder()
239 double hash_table_ratio_; variable
Dplain_table_index.cc109 if (prefix_extractor_ == nullptr || hash_table_ratio_ <= 0) { in AllocateIndex()
114 double hash_table_size_multipier = 1.0 / hash_table_ratio_; in AllocateIndex()
/rocksdb-6.9/db/
Dplain_table_db_test.cc332 hash_table_ratio_(options.hash_table_ratio), in TestPlainTableFactory()
377 bloom_bits_per_key_, hash_table_ratio_, index_sparseness_, props, in NewTableReader()
388 double hash_table_ratio_; member in ROCKSDB_NAMESPACE::TestPlainTableFactory