-
Bug
-
Resolution: Done
-
Blocker
-
9.0.2, 9.0.3
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
- is cloned by
-
TEIIDDES-2616 Additional performance improvements in admin factory
- Closed