最小池大小:连接池中可保持的最小连接数。
Min pool size: the minimum number of connections that can remain in the pool.
如果连接数等于最小连接数,则该连接将不关闭,并保留在空闲池中。
If the number of connections equals Minimum connections, the connection will not be closed and will remain in the free pool.
最小连接数:ConnectionManager在连接工厂的空闲池中保持的最小连接数
Minimum connections: The minimum number of connections the Connection Manager will keep in a connection factory’s free pool
min - size元素定义允许的最小并发连接数。
The min-size element defines the minimum number of concurrent connections that are allowed.
该参数控制连接池中最大jdbc连接数和最小JCBC连接数。
This parameter controls maximum and minimum number of JDBC connections in a connection pool.
该参数控制连接池中最大jdbc连接数和最小JCBC连接数。
This parameter controls maximum and minimum number of JDBC connections in a connection pool.
应用推荐