DocumentCode :
1712305
Title :
A Lower Bound for Dynamic Approximate Membership Data Structures
Author :
Lovett, Shachar ; Porat, Ely
Author_Institution :
Comput. Sci. Dept., Weizmann Inst. of Sci., Rehovot, Israel
fYear :
2010
Firstpage :
797
Lastpage :
804
Abstract :
An approximate membership data structure is a randomized data structure for representing a set which supports membership queries. It allows for a small false positive error rate but has no false negative errors. Such data structures were first introduced by Bloom in the 1970´s, and have since had numerous applications, mainly in distributed systems, database systems, and networks. The algorithm of Bloom is quite effective: it can store a set S of size n by using only ≈1.44nlog2(1/ε) bits while having false positive error ε. This is within a constant factor of the entropy lower bound of nlog2(1/ε) for storing such sets. Closing this gap is an important open problem, as Bloom filters are widely used is situations were storage is at a premium. Bloom filters have another property: they are dynamic. That is, they support the iterative insertions of up to n elements. In fact, if one removes this requirement, there exist static data structures which receive the entire set at once and can almost achieve the entropy lower bound; they require only nlog2(1/ε)(1 + o(1)) bits. Our main result is a new lower bound for the memory requirements of any dynamic approximate membership data structure. We show that for any constant ε > 0, any such data structure which achieves false positive error rate of ε must use at least C(ε) · nlog2(1/ε) memory bits, where C(ε) > 1 depends only on ε. This shows that the entropy lower bound cannot be achieved by dynamic data structures for any constant error rate. In fact, our lower bound holds even in the setting where the insertion and query algorithms may use shared randomness, and where they are only required to perform well on average.
Keywords :
approximation theory; data structures; entropy; iterative methods; query processing; set theory; Bloom algorithm; Bloom filters; approximate membership; database system; distributed system; dynamic data structure; entropy lower bound; iterative insertion; membership query; query algorithm; Approximation algorithms; Computer science; Data structures; Entropy; Error analysis; Heuristic algorithms; Memory management; Bloom filters; Dynamic data structures; Lower bounds;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Foundations of Computer Science (FOCS), 2010 51st Annual IEEE Symposium on
Conference_Location :
Las Vegas, NV
ISSN :
0272-5428
Print_ISBN :
978-1-4244-8525-3
Type :
conf
DOI :
10.1109/FOCS.2010.81
Filename :
5671358
Link To Document :
بازگشت