Summary of pooling-related options
- Last Updated: October 5, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Aha! 8.0
- Amazon Redshift 8.0
- Apache Cassandra 8.0
- Apache Hive 8.0
- Apache Spark SQL 8.0
- Autonomous Rest Connector 8.0
- Cloudera Impala 7.1
- dBase 7.1
- + 24
The following table summarizes how connection pooling-related connection options work with the drivers. For more detailed information, refer to "Connection option descriptions" in the user's guide for your driver.
| Option | Characteristic |
|---|---|
| Connection Pooling | Enables connection pooling. |
| Connection Reset | Resets a connection that is removed from the connection pool to the initial configuration settings of the connection. |
| Load Balance Timeout | An integer value to specify the amount of time, in seconds, to keep connections open in a connection pool. |
| Max Pool Size | An integer value to specify the maximum number of connections within a single pool. |
| Min Pool Size | An integer value to specify the minimum number of connections that are opened and placed in a connection pool when it is created. |