Searched refs:num_hot (Results 1 – 1 of 1) sorted by relevance
1648 num_hot = 0; in DBWithColumnFamilies()1658 num_hot(other.num_hot), in DBWithColumnFamilies()1681 assert(num_hot > 0); in GetCfh()1684 assert(cfh_idx_to_prob.size() == num_hot); in GetCfh()1692 rand_offset = rand_num % num_hot; in GetCfh()1702 if ((stage + 1) * num_hot <= num_created) { in CreateNewCf()1706 auto new_num_created = num_created + num_hot; in CreateNewCf()4114 num_hot = FLAGS_num_hot_column_families; in OpenDb()4119 for (size_t i = 0; i < num_hot; i++) { in OpenDb()4175 db->num_created = num_hot; in OpenDb()[all …]