]
Dan Florian resolved TEIIDDES-960.
----------------------------------
Resolution: Done
Rewrote StringNameValidator so that it will be much more efficient creating unique names.
JDBC importing of big models should happen much more quickly now.
StringNameValidator.createUniqueName() method is performing multiple
unnecessary string operations
--------------------------------------------------------------------------------------------------
Key: TEIIDDES-960
URL:
https://issues.jboss.org/browse/TEIIDDES-960
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export, Modeling
Affects Versions: 7.4
Reporter: Barry LaFond
Assignee: Dan Florian
Fix For: 7.4
Attachments: docbook.xsd, xlink.xsd, xml.xsd
Discovered that StringNameValidator.createUniqueName() method is performing an interative
existingName.toUpperCase() call.
Importing BQT2 tables from SQL Server, for instance resulted in 2200+ calls to
existingName.toUpperCase().
jdbc:sqlserver://slntdb02.mw.lab.eng.bos.redhat.com:1433;databaseName=bqt2
--
This message is automatically generated by JIRA.
For more information on JIRA, see: