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
