You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2014/02/12 19:59:19 UTC

[jira] [Updated] (PHOENIX-43) Normalize select statement only once instead of with each compile

     [ 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)