[
https://issues.redhat.com/browse/TEIID-5963?page=com.atlassian.jira.plugi...
]
Steven Hawkins commented on TEIID-5963:
---------------------------------------
And from this request (I called from db client) we got all types from
all tables and schemas in DB not only from concrete schema.
Yes, the driver is pulling relevant information for all types. If that is where your
issue lies, then there's currently no options to disable that. We haven't come
across a case before where the type information took a significant amount of time to load
and the standard JDBC DatabaseMetaData interface obviously didn't anticipate any
problems / need to restrict what type information is loaded either.
If we offer an option to disable retrieving type info, then that would effectively disable
the auto-widening of unsigned types and prevent the detection of array component types -
which may not be things you care about.
Teiid imported all schemas from PG
----------------------------------
Key: TEIID-5963
URL:
https://issues.redhat.com/browse/TEIID-5963
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 14.0
Reporter: Renat Eskenin
Assignee: Steven Hawkins
Priority: Major
When we started teiid spring boot app, we have long start time.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)