You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jerry He (JIRA)" <ji...@apache.org> on 2015/11/25 01:40:11 UTC

[jira] [Created] (HBASE-14881) Provide a Put API that uses the provided row without coping

Jerry He created HBASE-14881:
--------------------------------

             Summary: Provide a Put API that uses the provided row without coping
                 Key: HBASE-14881
                 URL: https://issues.apache.org/jira/browse/HBASE-14881
             Project: HBase
          Issue Type: Improvement
            Reporter: Jerry He


The current available Put API always makes a copy of the rowkey.
Let's provide an API that accepts an immutable byte array as rowkey without making a copy.
There are cases where the caller of Put has created the immutable byte array (e.g from a serializer) and will not change it for the Put duration. We can avoid making a copy again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)