how to configure database connection pool
Configuring a connection pool is something that developers often get wrong. There are several, possibly counter-intuitive for some, principles that need to be understood when configuring the pool.
https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
Reply