MinPoolSize IBM data server driver configuration keyword
Specifies the minimum connection pool size.
- Equivalent CLI keyword
- N/A
- Equivalent IBM® data server provider for .NET connection string keyword
- Min Pool Size
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="MinPoolSize" value="0"/>
- Default setting:
- The default size is zero.
- Usage notes:
- An integer that represents the minimum number of connections in the connection pool. The maximum pool size is set with the MaxPoolSize keyword.