[
https://issues.jboss.org/browse/TEIIDDES-2616?page=com.atlassian.jira.plu...
]
Barry LaFond updated TEIIDDES-2616:
-----------------------------------
Description:
There were a couple of issues that arose with testing the changes in TEIIDDES-2592 in
Komodo Admin8Factory. There were some issues with certain connection factories that
didn't have properties that ended up stopping loading of data source definitions.
So needed to catch intermediate exceptions and allow caching/loading of what data sources
were on the server. This lead to caching DS names and XA-DS names separately, similar to
resource names.
was:
Any interaction with remote server, such as connecting, importing from teiid connection or
listing vdbs and datasources takes a very long time (minutes) when there are many
datasources (30+) defined on the server
blafond: We're compiling lists of DS, Translator and VDB objects. DS's basically
take 3 different CLI calls to pull together. If you're not carefull, this results in
CLI calls, calling other CLI calls repeatedly
blafond: 30 Data sources were resulting in 900 + calls to the server, when it should have
been maybe.... 60
Additional performance improvements in admin factory
-----------------------------------------------------
Key: TEIIDDES-2616
URL:
https://issues.jboss.org/browse/TEIIDDES-2616
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration
Affects Versions: 9.0.2, 9.0.3
Reporter: Andrej Šmigala
Assignee: Barry LaFond
Priority: Blocker
Labels: release_notes, verified_jbdsis-8.0.3.CR2
Fix For: 9.2, 9.0.4
There were a couple of issues that arose with testing the changes in TEIIDDES-2592 in
Komodo Admin8Factory. There were some issues with certain connection factories that
didn't have properties that ended up stopping loading of data source definitions.
So needed to catch intermediate exceptions and allow caching/loading of what data sources
were on the server. This lead to caching DS names and XA-DS names separately, similar to
resource names.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)