You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by Arshak Navruzyan <ar...@gmail.com> on 2014/04/07 02:24:44 UTC

Counting Bloom Filters

Can the bloom filter functionality in Accumulo (1.5.x) be adapted to become
a counting bloom filter?

I would like to use a counting bloom filter (which uses an array of
counting bins rather than a single bit for each array position) to get the
number of matches that are encountered for each corresponding position.