作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程

• 开发研究与工程应用 • 上一篇    下一篇

一种面向覆盖查询的布鲁姆过滤器设计

谢鲲,伍菊红   

  1. (湖南大学信息科学与工程学院,长沙 410082)
  • 收稿日期:2015-02-10 出版日期:2016-04-15 发布日期:2016-04-15
  • 作者简介:谢鲲(1978-),女,教授、博士、博士生导师、CCF高级会员,主研方向为无线网络、移动计算、大数据;伍菊红,硕士研究生。
  • 基金资助:
    国家自然科学基金资助项目(61472131,61272546,61572184)。

A Design of Bloom Filter for Cover Query

XIE Kun,WU Juhong   

  1. (College of Computer Science and Electronic Engineering,Hunan University,Changsha 410082,China)
  • Received:2015-02-10 Online:2016-04-15 Published:2016-04-15

摘要: 在分布式系统中,覆盖查询对于保持文件的完整性以及数据的一致性有重要作用。虽然布鲁姆过滤器可以支持快速的元素从属查询,但是布鲁姆过滤器只能存储和表示离散的数据集合。为此,用前缀集合表示范围规则,并提出一个前缀编码的转化函数,将每一个前缀码转化为唯一对应的二进制串。为了支持覆盖查询,将计数布鲁姆过滤器与一组链表相结合,设计一个BFrange系统来存储包含规则标识以及具体存储元素的二元组。通过BFrange进行覆盖查询,使查询时间与存储的规则个数无关,复杂度仅为O(1)。仿真实验结果验证了BFrange能实现高效和准确的覆盖查询。

关键词: 分布式系统, 覆盖查询, 布鲁姆过滤器, 范围规则, 前缀编码

Abstract: Cover query plays an important role in maintaining the integrity of files and the consistency of data in distributed systems.Although Bloom filter can support quick membership query,it can only represent a discrete data set.This paper utilizes a set of prefix to represent the range rule and proposes a prefix-code transformation function to transform each prefix into an unique binary code.To facilitate cover query,this paper further designs a BFrange system to store the two tuple containing rules and specific storage elements by combining the counting Bloom filter with a set of list.The query time complexity under BFrange is only O(1),which does not depend on the number of the rules.Simulation results demonstrate that the BFrange system can support efficient and accurate cover query.

Key words: distributed system, cover query, Bloom filter, range rule, prefix coding

中图分类号: