Use JDBC PreparedStatements instead of emulated ones. Statements created using prepare are cached at the connection level to allow reuse. This also supports bind variables by using unnamed prepared statements created using call.
Included modules
- Sequel::Dataset::UnnumberedArgumentMapper