Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-4357

TableFunctions provide no information to limit underlying query

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.4.1.3, 10.4.2.0, 10.5.1.1, 10.5.2.0, 10.5.3.0
    • 10.6.1.0
    • SQL
    • None
    • ALL
    • Normal
    • Newcomer, Patch Available
    • Performance

    Description

      The API specification for TableFunctions cannot provide information to the implementer of the TableFunction about the details of the query. For example:

      (a) I defined a table function named MyFunction with columns a,b, & c
      (b) I bind the table function properly using the CREATE FUNCTION SQL.

      User executes the following SQL:

      select a,b from table ( MyFunction() ) where c = 123

      Without passing the column list and/or where clause as arguments to the table function, my implementation can not know that it only needs two of the three columns, and only rows where c = 123.

      For TableFunctions that are built to integrate distant/legacy data, the cost of the query can be prohibitive. It would be better if information regarding the columns in the select and restrictions from the where clause could be passed to the developer.

      Attachments

        1. derby-4357-01-aa-publicAPI.diff
          14 kB
          Richard N. Hillegas
        2. derby-4357-02-ac-passThrough.diff
          48 kB
          Richard N. Hillegas
        3. derby-4357-02-ad-passThrough.diff
          56 kB
          Richard N. Hillegas
        4. derby-4357-03-aa-hashjoin.diff
          16 kB
          Richard N. Hillegas
        5. derby-4357-04-aa-moreTests.diff
          2 kB
          Richard N. Hillegas
        6. RestrictedTableFunctions.html
          80 kB
          Richard N. Hillegas
        7. RestrictedTableFunctions.html
          73 kB
          Richard N. Hillegas
        8. RestrictedTableFunctions.html
          73 kB
          Richard N. Hillegas
        9. RestrictedTableFunctions.html
          71 kB
          Richard N. Hillegas
        10. RestrictedTableFunctions.html
          68 kB
          Richard N. Hillegas

        Issue Links

          Activity

            People

              rhillegas Richard N. Hillegas
              cgoodacre Chris Goodacre
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: