You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrzej Bialecki (JIRA)" <ji...@apache.org> on 2008/09/30 23:13:46 UTC

[jira] Updated: (HBASE-908) Add approximate counting to CountingBloomFilter

     [ https://issues.apache.org/jira/browse/HBASE-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrzej Bialecki  updated HBASE-908:
------------------------------------

    Attachment: bloom.patch

This patch adds a new method, approximateCount(Key). There is also a JUnit test to test this functionality.

> Add approximate counting to CountingBloomFilter
> -----------------------------------------------
>
>                 Key: HBASE-908
>                 URL: https://issues.apache.org/jira/browse/HBASE-908
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.19.0
>            Reporter: Andrzej Bialecki 
>             Fix For: 0.19.0
>
>         Attachments: bloom.patch
>
>
> CountingBloomFilter can return approximate count of how many times any particular key was added to the filter. This means that we can use a CountingBloomFilter like an approximate map of key->count, for values of count significantly smaller than the bucket size (15 in this implementation).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.