prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

New default statement cache sizes for my and pg #348

Closed pimeys closed 2 years ago

pimeys commented 2 years ago

Do not merge before Prisma 4.0!

MySQL 1000 -> 100 PostgreSQL 500 -> 100

The current defaults are confusing due to being different in the databases, and too high due to users having multiple connections and multiple servers. This leads to errors quite quickly.

Closes: https://github.com/prisma/prisma/issues/7727