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 D654410124 for ; Sat, 16 Nov 2013 04:10:34 +0000 (UTC) Received: (qmail 38573 invoked by uid 500); 16 Nov 2013 04:09:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 38530 invoked by uid 500); 16 Nov 2013 04:09:28 -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 38457 invoked by uid 99); 16 Nov 2013 04:09:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Nov 2013 04:09:22 +0000 Date: Sat, 16 Nov 2013 04:09:22 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9834) Minimize byte[] copies for 'smart' clients MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824383#comment-13824383 ] Lars Hofhansl commented on HBASE-9834: -------------------------------------- +1 on V4. > Minimize byte[] copies for 'smart' clients > ------------------------------------------ > > Key: HBASE-9834 > URL: https://issues.apache.org/jira/browse/HBASE-9834 > Project: HBase > Issue Type: Bug > Components: Client > Reporter: Jesse Yates > Assignee: Jesse Yates > Fix For: 0.94.15 > > Attachments: hbase-9834-0.94-v0.patch, hbase-9834-0.94-v1.patch, hbase-9834-0.94-v2.patch, hbase-9834-0.94-v3.patch, hbase-9834-0.94-v4.patch > > > 'Smart' clients (e.g. phoenix) that have in-depth knowledge of HBase often bemoan the extra byte[] copies that must be done when building multiple puts/deletes. We should provide a mechanism by which they can minimize these copies, but still remain wire compatible. -- This message was sent by Atlassian JIRA (v6.1#6144)