[
https://issues.jboss.org/browse/TEIIDDES-1200?page=com.atlassian.jira.plu...
]
Rick Wagner commented on TEIIDDES-1200:
---------------------------------------
Thanks for the patch, Barry. Can you please tell us how to apply it? (I need to know, as
we are assessing the impact to our SOA patch effort). Especially of interest-- can this
be applied to an existing SOA-P 5.2 / JBDS combination, so we can supply a temporary
without waiting for a QE'ed patch?
Thanks,
Rick
Synchronizing a VDB takes too long in 7.4.2
-------------------------------------------
Key: TEIIDDES-1200
URL:
https://issues.jboss.org/browse/TEIIDDES-1200
Project: Teiid Designer
Issue Type: Bug
Components: Validation, VDB & Execution
Affects Versions: 7.4.2
Reporter: Debbie Steigner
Fix For: 7.7, 7.6.1
Attachments: UdfManager.java.patch, UdfUiPlugin.java.patch
Synchronizing a big VDB in version 7.4.2 (JBDS 4.1.1) takes 30 minutes versus 2 minutes
in 7.1.1 (JBDS 4.1.0)
Investigating/debug noted 2 areas.
1) New UdfManager is not caching a FunctionLibrary and each SQL validation is creating a
new instance. (needs a fix)
2) Synchronizing a VDB is hammering the ChecksumUtil.computeChecksum() during the
VDB's resource build processing
3) PreviewManager is using a new Vdb() object to determine if "preview = true"
and version #. However, it's heavy weight and currently the Vdb() is registering for
events, but is not being Unregistered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira