Skip to main content

Database connection pooling

Web services are highly available and therefore can cause problems for any databases they need to connect to if they are forced to open a new connection every time they need to interrogate them. A way around this is to use a connection pool.

At present Talend only supports connection pooling using a JDBC connection. Therefore it is considered best practice to make use of the JDBC database components when working with databases via services.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!