On Thu, Oct 27, 2011 at 4:24 PM, Jignesh Patel <[email protected]> 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
