[
https://issues.apache.org/jira/browse/PHOENIX-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-302.
----------------------------------
Resolution: Fixed
Bulk resolve of closed issues imported from GitHub. This status was reached by
first re-opening all closed imported issues and then resolving them in bulk.
> Disable usage of essential column family in 0.94.6 and below
> ------------------------------------------------------------
>
> Key: PHOENIX-302
> URL: https://issues.apache.org/jira/browse/PHOENIX-302
> Project: Phoenix
> Issue Type: Task
> Reporter: James Taylor
> Assignee: tonyhuang
> Labels: enhancement
>
> The essential column family feature makes queries slower in 0.94.6 and below.
> We should add a configuration option to disable it. It's enabled in
> QueryCompiler by setting the LOAD_COLUMN_FAMILIES_ON_DEMAND_ATTR to true.
> Ideally, we should detect the lower HBase region server version. We could
> pass this back at initial cluster connection (MetaDataProtocol.getVersion()
> call).
> Another option would be to have the config option, set it to on by default,
> but let users know that if they're using 0.94.6 or below, then should set it
> to off.
--
This message was sent by Atlassian JIRA
(v6.2#6252)