RaigorJiang commented on issue #30480:
URL:
https://github.com/apache/shardingsphere/issues/30480#issuecomment-1996748349
Hi @xiangshaonumber1
You can set minPoolSize/maxPoolSize for hikari pool, example:
```yaml
dataSources:
ds_0:
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
driverClassName: com.mysql.cj.jdbc.Driver
jdbcUrl:
jdbc:mysql://localhost:3306/demo_ds_0?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: xxx
password: xxx
maxPoolSize: 10
minPoolSize: 10
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]