[ 
https://issues.apache.org/jira/browse/HBASE-7413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632221#comment-13632221
 ] 

Sergey Shelukhin commented on HBASE-7413:
-----------------------------------------

After some consideration, KVs might not just be written into a byte buffer, but 
actually interleaved with protobuf records. Each such KV block could have 
several KVs, and the protobuf structure is going to have corresponding number 
of "WALEdit" records that don't have KVs but have, for example, KVs.
WALEdit inside protobuf as a byte buffer will result in unnecessary copies on 
the write path.
                
> Convert WAL to pb
> -----------------
>
>                 Key: HBASE-7413
>                 URL: https://issues.apache.org/jira/browse/HBASE-7413
>             Project: HBase
>          Issue Type: Sub-task
>          Components: wal
>            Reporter: stack
>            Assignee: Sergey Shelukhin
>
> From HBASE-7201

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to