binlijin created HBASE-16817: -------------------------------- Summary: Write length header inside KeyValueUtil#oswrite Key: HBASE-16817 URL: https://issues.apache.org/jira/browse/HBASE-16817 Project: HBase Issue Type: Improvement Reporter: binlijin Priority: Minor
Current we write length header before KeyValueUtil#oswrite, it is more efficient to write length header inside it, so we only to calculate the length only once. -- This message was sent by Atlassian JIRA (v6.3.4#6332)