chenxu created HBASE-23063:
------------------------------
Summary: 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
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)