khareta
07/10/2021, 9:39 AM`ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(Server(ServerError { code: 1461, message: "Can\\'t create more than max_prepared_stmt_count statements (current value: 16382)", state: "42000" })) })`,
I read here https://github.com/prisma/prisma/issues/6872 that it was fixed in v2.25(although it isn't mentioned in the release notes).
But unfortunately, I have to stay at v2.19 for a month or two until next major release(breaking changes). So, what values do you recommend for that parameter?
max_prepared_stmt_count
currently the default is 16k something.janpio