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 995E2101B7 for ; Fri, 28 Mar 2014 11:58:24 +0000 (UTC) Received: (qmail 99181 invoked by uid 500); 28 Mar 2014 11:58:22 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 98879 invoked by uid 500); 28 Mar 2014 11:58:18 -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 98838 invoked by uid 99); 28 Mar 2014 11:58:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 11:58:17 +0000 Date: Fri, 28 Mar 2014 11:58:17 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7319) Extend Cell usage through read path 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-7319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950614#comment-13950614 ] ramkrishna.s.vasudevan commented on HBASE-7319: ----------------------------------------------- Once HBASE-10531 is in, will start with this. Replacing BRs in place of ByteBuffers preferably needs this change first. > Extend Cell usage through read path > ----------------------------------- > > Key: HBASE-7319 > URL: https://issues.apache.org/jira/browse/HBASE-7319 > Project: HBase > Issue Type: Umbrella > Components: Compaction, Performance, regionserver, Scanners > Reporter: Matt Corgan > > Umbrella issue for eliminating Cell copying. > The Cell interface allows us to work with a reference to underlying bytes in the block cache without copying each Cell into consecutive bytes in an array (KeyValue). -- This message was sent by Atlassian JIRA (v6.2#6252)