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

Pg stmt cache #828

Merged
merged 3 commits into from Jun 19, 2020
Merged

Pg stmt cache #828

merged 3 commits into from Jun 19, 2020

Conversation

pimeys
Copy link
Contributor

@pimeys pimeys commented Jun 19, 2020

Addresses prisma/prisma#2720

Default cache size 500 for now. Parameter name in uri: statement_cache_size=N where N is an integer. 0 disables caching.

@pimeys pimeys self-assigned this Jun 19, 2020
@pimeys pimeys added tech/engines/query engine Issue in the Query Engine kind/feature A request for a new feature. labels Jun 19, 2020
@pimeys pimeys added this to the 2.1.0 milestone Jun 19, 2020
@pimeys pimeys merged commit eef6900 into master Jun 19, 2020
@pimeys pimeys deleted the pg-stmt-cache branch June 19, 2020 16:21
@sbalay
Copy link

sbalay commented Mar 9, 2021

@pimeys Should this be documented here https://www.prisma.io/docs/concepts/database-connectors/postgresql/ ?

@pimeys
Copy link
Contributor Author

pimeys commented Mar 9, 2021

Yes. Ping @mhwelander

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A request for a new feature. tech/engines/query engine Issue in the Query Engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants