[ 
https://issues.apache.org/jira/browse/HBASE-23063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

chenxu updated HBASE-23063:
---------------------------
    Description: Currently, multiget operation will be processed serially on 
the server side, RSRpcServices#multi will handle the Action one by one. We can 
add an option to handle this in parallel, just like what parallel seek doing. 
In some scenarios, this can improve multiget performance a lot.  (was: 
Currently, multiget operation will be processed serially on the server side, 
RSRpcServices#multi will handle the Action one by one. We can add an option to 
handle this in parallel, just like what parallel seek doing. In some scenarios, 
this can improve 
 multiget performance a lot.)

> Add an option to enable multiget in parallel
> --------------------------------------------
>
>                 Key: HBASE-23063
>                 URL: https://issues.apache.org/jira/browse/HBASE-23063
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: chenxu
>            Assignee: chenxu
>            Priority: Major
>
> Currently, multiget operation will be processed serially on the server side, 
> RSRpcServices#multi will handle the Action one by one. We can add an option 
> to handle this in parallel, just like what parallel seek doing. In some 
> scenarios, this can improve multiget performance a lot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to