Add Connection Pool
The
connection pool configuration enables efficient use of database connection, and improves
application performance and scalability.
- ToggleConncetion PoolingtoON, and provide the following details:
- Provide a list of space separated authentication types of connections that may be pooled inConnection Pooling Authentication.
- Provide a string that indicates the level of debug output inConnection Pool Debug Level.
- Provide an integer number of connections per connection identity inConnection Pool Initial Size.
- Provide an integer that represents the maximum number of connections per connection identity that can be maintained concurrently inConnection Pool Maximum Size.
- Provide an integer that represents the maximum number of connections per connection identity that can be maintained concurrently inConnection Pool Preferred Size.
- Provide a list of space separated protocol types of connections that may be pooled inConnection Pool Protocol.
- Provide an integer that represents the number milliseconds that an ideal connection may remain in the pool inConnection Pool Timeout.
- ClickNext.
Add
Kerberos authentication settings. This is an optional step.