[
https://issues.apache.org/jira/browse/HBASE-18519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16114497#comment-16114497
]
Chia-Ping Tsai commented on HBASE-18519:
----------------------------------------
It is better to introduce builder pattern for creating cell.
> Use zero-copy cell to optimize CellUtil.createCell
> --------------------------------------------------
>
> Key: HBASE-18519
> URL: https://issues.apache.org/jira/browse/HBASE-18519
> Project: HBase
> Issue Type: Improvement
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 3.0.0, 2.0.0-alpha-2
>
>
> The IndividualBytesFieldCell, which is introduced by HBASE-14882, carries the
> input arguments without copying. We can substitute IndividualBytesFieldCell
> for KeyValue used by CellUtil.createCell.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)