I. Introduction
With the exponential growth of data generation resources which include sensors, social media, on-line transactions, recommender systems, etc., bulk data storage and analytic is a challenging task [1]. Bloom Filter[BF] is a probabilistic model which helps to answer approximate membership query in constant time. BF stores the entire data in an array of m bits by hashing the entire input through independent and uniform hash functions. Many advance variants of BF have been designed to solve problems like, duplicate detection, outlier detection, time-range query, etc. in streaming data.