Skip to content

docs(proxy): document database_disable_prepared_statements#330

Merged
mubashir1osmani merged 1 commit into
mainfrom
litellm_docs_disable_prepared_statements
Jun 13, 2026
Merged

docs(proxy): document database_disable_prepared_statements#330
mubashir1osmani merged 1 commit into
mainfrom
litellm_docs_disable_prepared_statements

Conversation

@yassin-berriai

Copy link
Copy Markdown
Contributor

Documents the new general_settings.database_disable_prepared_statements option added in BerriAI/litellm#29984.

Adds a Disable Server-Side Prepared Statements section to docs/proxy/configs.md under the existing DB connection tuning docs, covering what the flag does (appends pgbouncer=true to the Prisma connection URL so no server-side prepared statement is reused), when to use it (PgBouncer transaction pooling; avoiding cached plan must not change result type errors during rolling schema migrations), the per-query prepare-cost tradeoff, and the precedence of an explicit pgbouncer key in database_extra_connection_params.

Also adds the key to the general_settings yaml reference block and the settings table in docs/proxy/config_settings.md, with a link to the new section.

Should merge alongside or after BerriAI/litellm#29984

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Jun 10, 2026 11:13pm

Request Review

@mubashir1osmani mubashir1osmani merged commit 334e5ee into main Jun 13, 2026
2 checks passed
@mubashir1osmani mubashir1osmani deleted the litellm_docs_disable_prepared_statements branch June 13, 2026 17:48
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

Successfully merging this pull request may close these issues.

2 participants