Searched defs:CfUnit (Results 1 – 1 of 1) sorted by relevance
156 struct CfUnit { struct157 uint32_t cf_id;158 uint64_t w_count; // total keys in this cf if we use the whole key space159 uint64_t a_count; // the total keys in this cf that are accessed160 std::map<uint64_t, uint64_t> w_key_size_stats; // whole key space key size162 std::map<uint32_t, uint32_t> cf_qps;