[
https://issues.apache.org/jira/browse/PHOENIX-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-43:
--------------------------------
Attachment: p43.patch
> Normalize select statement only once instead of with each compile
> -----------------------------------------------------------------
>
> Key: PHOENIX-43
> URL: https://issues.apache.org/jira/browse/PHOENIX-43
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Attachments: p43.patch
>
>
> We only need to normalize a select statement once. Instead, we are
> normalizing it again and again when we attempt to compile the plan for our
> index tables. We can pull the normalize outside of compile and only do it a
> single time at the top level.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)