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/10/28 01:24:09 UTC

async HBase

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/danirayan/asynchbase

-Jignesh

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

Re: async HBase

Posted by Jignesh Patel <ji...@gmail.com>.
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 tsuna <ts...@gmail.com>.
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 Dave Barr <da...@gmail.com>.
If you want an example of asynchbase
(https://github.com/stumbleupon/asynchbase), check out
http://opentsdb.net/

--Dave

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/danirayan/asynchbase
>
> -Jignesh
>