Elastic Bloom Filter: Deletable and Expandable Filter Using Elastic Fingerprints
Yuhan Wu,Jintao He,Shen Yan,Jianyu Wu,Tong Yang,Olivier Ruas,Gong Zhang,Bin Cui
DOI: https://doi.org/10.1109/tc.2021.3067713
IF: 3.183
2022-04-01
IEEE Transactions on Computers
Abstract:The Bloom filter, answering whether an item is in a set, has achieved great success in various fields, including networking, databases, and bioinformatics. However, the Bloom filter has two main shortcomings: no support of item deletion and no support of expansion. Existing solutions either support deletion at the cost of using additional memory, or support expansion at the cost of increasing the false positive rate and decreasing the query speed. Unlike existing solutions, we propose the Elastic Bloom filter (EBF) to address the two shortcomings simultaneously. Importantly, when EBF expands, the false positives decrease. Our key technique is Elastic Fingerprints, which dynamically absorb and release bits during compression and expansion. To support deletion, EBF can first delete the corresponding fingerprint and then update the corresponding bit in the Bloom filter. To support expansion, Elastic Fingerprints release bits and insert them to the Bloom filter. Our experimental results show that the Elastic Bloom filter significantly outperforms existing works.
engineering, electrical & electronic,computer science, hardware & architecture