Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC80410797 for ; Wed, 9 Apr 2014 11:47:42 +0000 (UTC) Received: (qmail 70242 invoked by uid 500); 9 Apr 2014 11:47:39 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 69769 invoked by uid 500); 9 Apr 2014 11:47:32 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 69393 invoked by uid 99); 9 Apr 2014 11:47:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 11:47:29 +0000 Date: Wed, 9 Apr 2014 11:47:28 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (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:all-tabpanel ] ramkrishna.s.vasudevan resolved HBASE-7319. ------------------------------------------- Resolution: Fixed Fix Version/s: 0.99.0 Hadoop Flags: Reviewed > 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 > Assignee: ramkrishna.s.vasudevan > Fix For: 0.99.0 > > Attachments: HBASE-7319.patch, HBASE-7319_1.patch, HBASE-7319_1.patch, HBASE-7319_2.patch > > > 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)