Bloom Filters in HBase and Chrome Tweet Bloom Filters allows to efficiently check if a particular element/record is there in the set/table or not. It has very minimal impact on the insert operations. The only caveat is that it might return a false positive, Bloom filter might ... 01 February 2014 Big Data, Hadoop News, HBase, Hive, Impala, MapReduce News, MongoDB News, NoSQL News