>> I have to access hbase using Java API will it be fast like thrift.

Bear in mind that when you use Thrift Gateway/Thrift API you access HBase
RegionServer through the single gateway server,
when you use Java API - you access Region Server directly.
Java API is much more scalable.

-Vlad

On Tue, Jan 12, 2016 at 7:36 AM, Anil Gupta <[email protected]> wrote:

> Java api should be same or better in performance as compared to Thrift api.
> With Thrift api there is an extra hop. So, most of the time java api would
> be better for performance.
>
> Sent from my iPhone
>
> > On Jan 12, 2016, at 4:29 AM, Rajeshkumar J <[email protected]>
> wrote:
> >
> > Hi,
> >
> >  I am currently accessing records via Hbase thrift server and it is fast.
> > If I have to access hbase using Java API will it be fast like thrift.
> >
> > Thanks
>

Reply via email to