Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Release Note:Optimize the multi get to be executed in parallel using multi thread in hbase client
Description
Currently the multiAction will be executed by one IPC handler thread in the server side. It would be more efficient to optimize the multi get particularly to be executed in parallel since the multiget doesn't need to write to the WAL.