]
Renat Eskenin commented on TEIIDSB-163:
---------------------------------------
Hi all! How about this task? :)
Provide pooling for BaseConnectionFactory sources
-------------------------------------------------
Key: TEIIDSB-163
URL:
https://issues.redhat.com/browse/TEIIDSB-163
Project: Teiid Spring Boot
Issue Type: Feature Request
Components: datasource
Reporter: Steven Hawkins
Priority: Major
Fix For: 1.5.0
It will depend on the source and the cost of creating a connection, but in general we
should provide pooling for connections rather than creating the for every operation. For
example salesforce is a heavy weight connection.
The pooling will need to be tied into spring security or jca like logic to properly
manage connections by identity once we re-establish that logic.