This document discusses various strategies for statement caching in databases to improve performance. It covers server-side caching where databases cache execution plans and client-side caching where applications cache prepared statements. It provides examples of statement caching configuration for Oracle, SQL Server, PostgreSQL and MySQL and shows that caching can significantly improve throughput, with one example seeing a 20% gain.