All major drivers support prepared statement caching. It comes to the point when connection pool libraries refuse implementing the cache: https://groups.google.com/forum/#!topic/hikari-cp/PnSo1Nf0cVw https://github.com/brettwooldridge/HikariCP/wiki/FAQ#q-how-to-i-properly-enable-preparedstatement-caching-for-postgresql The cache would be of great use since applications tend to use prepare-execute-close loop rather than prepare-execute-execute-execute one.
All major drivers support prepared statement caching. It comes to the point when connection pool libraries refuse implementing the cache:
https://groups.google.com/forum/#!topic/hikari-cp/PnSo1Nf0cVw
https://github.com/brettwooldridge/HikariCP/wiki/FAQ#q-how-to-i-properly-enable-preparedstatement-caching-for-postgresql
The cache would be of great use since applications tend to use prepare-execute-close loop rather than prepare-execute-execute-execute one.