skip to main content
Configuring Hybrid Data Pipeline for JDBC : Using connection pooling
  

Try Now

Using connection pooling

Typically, connection creation is the most expensive operation that an application performs. Connection pooling allows you to reuse connections rather than create a new one every time an application requires a connection to the Hybrid Data Pipeline connectivity service.
See DataDirect connection pooling for reference information on the interfaces and methods.
* How connection pooling works
* Using a DataDirect connection pool
* Connecting to a JDBC Data Source using a connection pool