Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-2180

Limiting source tables in dynamic VDBs using importer.excludeTables

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 8.2
    • 8.1
    • JDBC Connector
    • None

      JDBCMetdataProcessor.getColumns() calls metadata.getColumns() for all the tables even the excluded ones. The while loop to process the columns is what takes a long time.

      Is it possible to change the code in JDBCMetdataProcessor.getColumns() to only get columns for the tables that are included in the tableMap? i.e. if an exclusion filter is specified, call metadata.getColumns() separately for each table.

            rhn-engineering-shawkins Steven Hawkins
            snadji Samier Nadji (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: