[teiid-issues] [JBoss JIRA] Created: (TEIID-1007) Remove unnecessary inline views over group bys

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Mar 2 22:27:10 EST 2010


Remove unnecessary inline views over group bys
----------------------------------------------

                 Key: TEIID-1007
                 URL: https://jira.jboss.org/jira/browse/TEIID-1007
             Project: Teiid
          Issue Type: Feature Request
          Components: Query Engine
    Affects Versions: 6.0.0
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 7.0


Our check for removing a view layer only checks for a grouping node, it should check to see if any of the projected columns are used in the group by.

e.g. instead of select max(c1) from (select c1 from table) v1 -> select max(c1) from table

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list