]
Ramesh Reddy updated TEIIDSB-163:
---------------------------------
Fix Version/s: (was: 1.5.0)
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
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.