Todd Lipcon created HBASE-5901:
----------------------------------
Summary: Use union type protobufs instead of class/byte pairs for
multi requests
Key: HBASE-5901
URL: https://issues.apache.org/jira/browse/HBASE-5901
Project: HBase
Issue Type: Improvement
Components: ipc, performance
Affects Versions: 0.96.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
The current implementation of multi actions uses repeated "NameBytesPair"s for
the contents of multi actions. Instead, we should introduce a union type
protobuf for the valid actions. This makes the RPCs smaller since they don't
need to carry class names, and makes deserialization faster since it can avoid
some copying and reflection.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira