[
https://issues.jboss.org/browse/TEIID-5473?page=com.atlassian.jira.plugin...
]
Ken Geis commented on TEIID-5473:
---------------------------------
My VDB is taking about two minutes to deploy. I found this thread, [Slowness while
deploying
VDB.|https://developer.jboss.org/message/964156]. [~ichanjasper]'s
[
response|https://developer.jboss.org/message/964156#964156] suggests slowness is in
{{getIndexes(..)}} and {{getForeignKeys(..)}}. I can see a way to improve
{{getIndexes(..)}} but I haven't analyzed {{getForeignKeys(..)}} yet.
Make JDBCMetadataProcessor more extensible with protected methods
-----------------------------------------------------------------
Key: TEIID-5473
URL:
https://issues.jboss.org/browse/TEIID-5473
Project: Teiid
Issue Type: Feature Request
Components: JDBC Connector
Affects Versions: 11.1
Reporter: Ken Geis
Assignee: Steven Hawkins
I believe I can write a JDBCMetadataProcessor that works faster against my Oracle
database. The important part to override is in getIndexes(..). This method is
package-private, so I cannot override it. It would be useful to me if the method (and
maybe others) were made protected so that they can be overridden.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)