[ 
https://issues.apache.org/jira/browse/HBASE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13605528#comment-13605528
 ] 

Jimmy Xiang commented on HBASE-7803:
------------------------------------

I did some testing on my 4 nodes cluster with ycsb and here is the scan 
throughput I got with REST API:

With caching, and using batch:  8.83
With caching, but no batch: 0.99
No caching, but using batch: 1.85
No caching, no batch: 0.68

On the same cluster, using the HBase client java API, the throughput I got is: 
29.04


                
> Look into REST API performance
> ------------------------------
>
>                 Key: HBASE-7803
>                 URL: https://issues.apache.org/jira/browse/HBASE-7803
>             Project: HBase
>          Issue Type: Task
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>         Attachments: trunk-7803.patch
>
>
> I have a YCSB client using the REST API.  My testing shows the performance 
> for scan with REST API is much worse than that with the java client API.  We 
> need to look into it and find out the root cause, either the test issue, or 
> our REST API issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to