jizhidezhaojun opened a new issue #1879: a question about Database connection PoolSize URL: https://github.com/apache/incubator-shardingsphere/issues/1879 ## Question I set the maximumPoolSize=20,not set the minimumPoolSize,then i found the Database connection PoolSize is 20.Is that the right performance? if i only set the maximumPoolSize,the Database connection PoolSize will be maximumPoolSize.Can I think so? Thank you! The conf is below: `schemaName: xxs dataSources: ds_0: url: jdbc:mysql://127.0.0.1:3306/xxs?serverTimezone=UTC&useSSL=false&useServerPrepStmts=true&cachePrepStmts=true username: root password: 123456 autoCommit: true connectionTimeout: 10000 idleTimeout: 30000 maxLifetime: 5000000 maximumPoolSize: 20 shardingRule: defaultTableStrategy: none: props: sql.show: true`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
