You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2014/02/03 09:54:11 UTC

[jira] [Created] (HBASE-10453) PrefixTree encoding for tags can honor HCD#shouldCompressTags()

Anoop Sam John created HBASE-10453:
--------------------------------------

             Summary: 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
            Reporter: Anoop Sam John


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)