Y
Hacker News
new
|
ask
|
show
|
jobs
by
sk5t
4183 days ago
You might find the HikariCP guidance on connection pools with SSD interesting. Less disk waiting can mean a much smaller pool is optimal, to avoid unnecessary context switching, among other things.
https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-...