Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit client-side prepared statements. #1

Open
zanerock opened this issue May 31, 2019 · 0 comments
Open

Revisit client-side prepared statements. #1

zanerock opened this issue May 31, 2019 · 0 comments

Comments

@zanerock
Copy link
Member

A prior prototype that predated the use of go-pg included a 'warm up' phase which would initialize common prepared statements. Postgres will cache prepared statements server-side automatically, but it save some traffic to explicitly create DB client-side statements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant