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)