Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C11F10DFB for ; Mon, 25 Nov 2013 18:22:38 +0000 (UTC) Received: (qmail 41490 invoked by uid 500); 25 Nov 2013 18:22:37 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 40861 invoked by uid 500); 25 Nov 2013 18:22:36 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 40840 invoked by uid 99); 25 Nov 2013 18:22:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 18:22:36 +0000 Date: Mon, 25 Nov 2013 18:22:36 +0000 (UTC) From: "Nicolas Liochon (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-10024) Add an interface to create put with immutable arrays MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nicolas Liochon created HBASE-10024: --------------------------------------- Summary: Add an interface to create put with immutable arrays Key: HBASE-10024 URL: https://issues.apache.org/jira/browse/HBASE-10024 Project: HBase Issue Type: Improvement Components: Client Affects Versions: 0.96.0, 0.98.0 Reporter: Nicolas Liochon Assignee: Nicolas Liochon Fix For: 0.98.0, 0.96.1 The 'Put' does a copy of the data. This simplifies the client, as there is no risk to modify something used someone else. But it means we do a lot of array copy, including within HBase code when we create the 'Put' server side.... -- This message was sent by Atlassian JIRA (v6.1#6144)