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 05CCE10D6B for ; Mon, 3 Feb 2014 08:54:34 +0000 (UTC) Received: (qmail 27390 invoked by uid 500); 3 Feb 2014 08:54:28 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 25878 invoked by uid 500); 3 Feb 2014 08:54:24 -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 24421 invoked by uid 99); 3 Feb 2014 08:54:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 08:54:16 +0000 Date: Mon, 3 Feb 2014 08:54:16 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10453) PrefixTree encoding for tags can honor HCD#shouldCompressTags() 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-10453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-10453: ----------------------------------- Fix Version/s: 0.98.1 > PrefixTree encoding for tags can honor HCD#shouldCompressTags() > --------------------------------------------------------------- > > Key: HBASE-10453 > URL: https://issues.apache.org/jira/browse/HBASE-10453 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0 > Reporter: Anoop Sam John > Fix For: 0.98.1 > > > Right now we will encode tags always with prefix tree encoding. With other encoders it checks HCD#shouldCompressTags(). Suggest we can do the same fro PrefixTree also. > I can see some places PrefixTree impl passes booleans like isIncludeMvcc isIncludeTags etc. We have encapsulated all such info into a HFileContext and the code path uses that now. We can do the same with PrefixTree code path also. -- This message was sent by Atlassian JIRA (v6.1.5#6160)