Caching
About
1. Prepared Statement Cache (Statement Caching)
spring.datasource.hikari.data-source-properties.cachePrepStmts=true spring.datasource.hikari.data-source-properties.prepStmtCacheSize=250 spring.datasource.hikari.data-source-properties.prepStmtCacheSqlLimit=2048
2. ResultSet Caching
3. Connection Pool Cache
4. Database-side Caching
5. Application-level Caching with JDBC
Last updated