Skip to content

Implement prepared statement cache #308

@vlsi

Description

@vlsi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions