You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Abhijit Pol <ap...@rocketfuel.com> on 2011/01/03 22:36:26 UTC

client side bloom filters

Is there any work done or thoughts went into exposing bloom filters on
client side?

We have use case where 40-50% of lookup keys don't exists in HBase (new keys
or keys we don't care to store). We don't have strong
consistency requirements and seems like avoiding these ~40% requests going
to HBase server should help.

Re: client side bloom filters

Posted by Ryan Rawson <ry...@gmail.com>.
bloom filters are a feature of the hfile, so it might not make a lot
of direct sense to expose them.  However they should accelerate
requests when there is nothing there.

-ryan

On Mon, Jan 3, 2011 at 1:36 PM, Abhijit Pol <ap...@rocketfuel.com> wrote:
> Is there any work done or thoughts went into exposing bloom filters on
> client side?
>
> We have use case where 40-50% of lookup keys don't exists in HBase (new keys
> or keys we don't care to store). We don't have strong
> consistency requirements and seems like avoiding these ~40% requests going
> to HBase server should help.
>