首页> 外文会议>IEEE Annual Symposium on Foundations of Computer Science >A Lower Bound for Dynamic Approximate Membership Data Structures
【24h】

A Lower Bound for Dynamic Approximate Membership Data Structures

机译:动态近似隶属隶属关系数据结构的下限

获取原文

摘要

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 $approx 1.44 n log_2(1/epsilon)$ bits while having false positive error $epsilon$. This is within a constant factor of the entropy lower bound of $n log_2(1/epsilon)$ 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 $n log_2(1/epsilon)(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 $epsilon>0$, any such data structure which achieves false positive error rate of $epsilon$ must use at least $C(epsilon) cdot n log_2(1/epsilon)$ memory bits, where $C(epsilon)>1$ depends only on $epsilon$. 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.
机译:近似的隶属关系数据结构是用于表示支持成员查询的集合的随机数据结构。它允许小的误报率,但没有假阴性错误。在1970年代首次由盛开引入这种数据结构,并且由于具有许多应用,主要是在分布式系统,数据库系统和网络中。盛开算法非常有效:它可以通过仅使用$大约1.44 n log_2(1 / epsilon)$位,同时拥有误报$ $ epsilon $。这在熵在$ n log_2(1 / epsilon)$的熵下的恒定因素范围内以存储此类集。关闭这个差距是一个重要的开放问题,因为广泛使用的绽放过滤器是衡量的情况。绽放过滤器有另一个属性:它们是动态的。也就是说,它们支持最多$ N $元素的迭代插入。实际上,如果删除此要求,则存在一次静态数据结构,该数据结构一次接收整个集合,几乎可以实现熵下限,它们只需要$ n log_2(1 / epsilon)(1 + O(1))$比特。我们的主要结果是任何动态近似隶属关系数据结构的内存要求的新界限。我们显示出于任何常数$ epsilon> 0 $,任何此类数据结构,可实现$ epsilon $的假阳性误差率,必须使用至少$ c(epsilon)cdot n log_2(1 / epsilon)$内存位,其中$ c (epsilon)> 1 $只取决于$ epsilon $。这表明不能通过动态数据结构实现熵下限,以任何恒定的误差率。事实上,即使在插入和查询算法可以使用共享随机性的情况下,我们的下限也保持了下限,并且在其中仅需要平均执行良好的情况。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号