Scalable bloom filters

Bloom filters provide space-efficient storage of sets at the cost of a probability of false positives on membership queries. The size of the filter must be defined a priori based on the number of elements to store and the desired false positive probability, being impossible to store extra elements w...

Full description

Bibliographic Details
Main Author: Baquero, Carlos (author)
Other Authors: Almeida, Paulo Sérgio (author), Preguiça, Nuno (author)
Format: article
Language:eng
Published: 2007
Subjects:
Online Access:http://hdl.handle.net/1822/6627
Country:Portugal
Oai:oai:repositorium.sdum.uminho.pt:1822/6627
Description
Summary:Bloom filters provide space-efficient storage of sets at the cost of a probability of false positives on membership queries. The size of the filter must be defined a priori based on the number of elements to store and the desired false positive probability, being impossible to store extra elements without increasing the false positive probability. This leads typically to a conservative assumption regarding maximum set size, possibly by orders of magnitude, and a consequent space waste. This paper proposes Scalable Bloom Filters, a variant of Bloom filters that can adapt dynamically to the number of elements stored, while assuring a maximum false positive probability.