Counting Data Stream Based on Improved Counting Bloom Filter

  • Authors:
  • Zhijian Yuan;Jiajia Miao;Yan Jia;Le Wang

  • Affiliations:
  • -;-;-;-

  • Venue:
  • WAIM '08 Proceedings of the 2008 The Ninth International Conference on Web-Age Information Management
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Burst detection is an inherent problem for data streams, so it has attracted extensive attention in research community due to its broad applications. One of the basic problems in burst detection is how to count frequencies of all elements in data stream. This paper presents a novel solution based on Improved Counting Bloom Filter, which is also called BCBF+HSet. Comparing with intuitionistic approach such as array and list, our solution significantly reduces space complexity though it introduces few error rates. Further, we discuss space/time complexity and error rate of our solution, and compare it with two classic Counting Bloom Filters, CBF and DCF. Theoretical analysis and simulation results demonstrate the efficiency of the proposed solution.