You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Jignesh Patel <ji...@gmail.com> on 2011/11/02 22:02:10 UTC

Re: async HBase

Is that unto date with latest improvement in HBase library  - i.e. Filters
and coprocessors.

-Jignesh

On Sun, Oct 30, 2011 at 2:39 PM, tsuna <ts...@gmail.com> wrote:

> On Thu, Oct 27, 2011 at 4:24 PM, Jignesh Patel <ji...@gmail.com>
> wrote:
> > How efficient it is to use asynch HBase for the performance improvement
> so
> > that it can be used for accepting real time request from the online web
> > application?
> > https://github.com/stumbleupon/asynchbase
>
> You might wanna ask people on the asynchbase mailing list.
> http://groups.google.com/group/asynchbase
>
> If your application is multi-threaded, chances are you'll see a nice
> speedup, because asynchbase is thread-safe and uses very few threads,
> unlike HTable + HTablePool.
>
> --
> Benoit "tsuna" Sigoure
> Software Engineer @ www.StumbleUpon.com
>

Re: async HBase

Posted by Stack <st...@duboce.net>.
On Wed, Nov 2, 2011 at 2:02 PM, Jignesh Patel <ji...@gmail.com> wrote:
> Is that unto date with latest improvement in HBase library  - i.e. Filters
> and coprocessors.
>

No (Look at its API).
St.Ack