From b8168b37a6dd91295903f52ee878a57f149b261d Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 19 Apr 2024 15:02:44 -0400 Subject: PGM Shard: Fully disabled bloom filter --- include/shard/PGM.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/shard/PGM.h') diff --git a/include/shard/PGM.h b/include/shard/PGM.h index a3f9749..691385e 100644 --- a/include/shard/PGM.h +++ b/include/shard/PGM.h @@ -74,7 +74,6 @@ public: size_t tombstone_count = 0; auto cursors = build_cursor_vec(shards, &attemp_reccnt, &tombstone_count); - m_bf = new BloomFilter(BF_FPR, tombstone_count, BF_HASH_FUNCS); m_alloc_size = psudb::sf_aligned_alloc(CACHELINE_SIZE, attemp_reccnt * sizeof(Wrapped), (byte **) &m_data); -- cgit v1.2.3