You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/08/04 15:15:01 UTC

[jira] [Created] (HBASE-18519) Use zero-copy strategy to optimize CellUtil.createCell

Chia-Ping Tsai created HBASE-18519:
--------------------------------------

             Summary: Use zero-copy strategy 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


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)