diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-04-19 15:02:44 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-04-19 15:02:44 -0400 |
| commit | b8168b37a6dd91295903f52ee878a57f149b261d (patch) | |
| tree | 59c0e7ceff866be29190e1c0f750807c065c1089 /include | |
| parent | 34fd8ad935e6359d20a5d6c949e67495d0842f8f (diff) | |
| download | dynamic-extension-b8168b37a6dd91295903f52ee878a57f149b261d.tar.gz | |
PGM Shard: Fully disabled bloom filter
Diffstat (limited to 'include')
| -rw-r--r-- | include/shard/PGM.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<R, PGM>(shards, &attemp_reccnt, &tombstone_count); - m_bf = new BloomFilter<R>(BF_FPR, tombstone_count, BF_HASH_FUNCS); m_alloc_size = psudb::sf_aligned_alloc(CACHELINE_SIZE, attemp_reccnt * sizeof(Wrapped<R>), (byte **) &m_data); |