This post is part of series on Java and Spring backend microservice development. Also I’d like to mention this post is not a cookbook and doesn’t provide a perfect solution for any business problem.
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.
In order to get the best performance out of MySQL, these are some of our recommended settings. There are many other performance related settings available in MySQL and we recommend reviewing them all ...