[teiid-issues] [JBoss JIRA] Created: (TEIID-1568) Partial Pushdown of WHERE clause columns

Mark Addleman (JIRA) jira-events at lists.jboss.org
Wed Apr 27 12:13:18 EDT 2011


Partial Pushdown of WHERE clause columns
----------------------------------------

                 Key: TEIID-1568
                 URL: https://issues.jboss.org/browse/TEIID-1568
             Project: Teiid
          Issue Type: Feature Request
            Reporter: Mark Addleman
            Assignee: Steven Hawkins


We have some exotic data sources that can efficiently support WHERE clause filtering on particular columns + operators combinations but are no better than Teiid for other operation.  In particular, suppose I have a data source that supplies columns A and B.  The data source can efficiently support A='some value' but may not support A>'value' or A!='value' and does not support efficient processing of column B at all.  We would like an enhance supports* protocol to describe the particulars of a data source's capabilities with finer detail.

Even partially solving this problem without operator support would be helpful

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list