Hi,
I would like to know how can we implement database pooling in talend?
For example, there are around 150 jobs scheduled daily @10 PM are connecting to a database. Creating 150 connections in for each individual job doesn't make any sense even using repository connection. So, could you please provide a way to create a database connection pool in talend. So, all these 150 jobs utilize the available connections within the pool.
Thanks