def __init__(self, index_type, ingestion_thread_count, thread_counts):
self.index_type = index_type
self.ingestion_thread_count = ingestion_thread_count
self.thread_counts = thread_counts
self.bits_per_posting = math.nan
self.total_ingestion_time = math.nan
self.false_positive_rate = math.nan
self.false_negative_rate = math.nan
self.qps = []
self.mps = []
self.mpq = []
self.mean_query_latency = []
self.planning_overhead = []
评论列表
文章目录