blog: Prisma Postgres connectivity series (4 drafts, builds on #7996) - #8285
Draft
ankur-arch wants to merge 6 commits into
Draft
ankur-arch wants to merge 6 commits into
ankur-arch wants to merge 6 commits into
Conversation
…to blog/ppg-connectivity-series
… series entry) Builds on the ppg-proxy series proposal (#7996), merged into this branch. Adds the four posts, one hero/meta cover each, and the prisma-postgres-connectivity series registry entry. Bylines and dates are placeholders pending a decision in the PR. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Draft of the four-part series proposed in #7996, "Inside Prisma Postgres connectivity", built on Piero's proposal (that branch is merged into this one, so the proposal doc at
apps/blog/proposals/ppg-proxy-series.mdand its review history come along).Posts, in series order:
why-prisma-postgres-needs-a-gateway: the connectivity, security, and isolation problems a multi-tenant Postgres platform must solve, and the gateway that solves them.why-serverless-apps-are-hard-on-postgres-connections: connection lifecycle pressure, transaction pooling, what pooling fixes and what it does not.designing-a-streaming-api-for-serverless-postgres: the HTTP and WebSocket contract, streamed Bind and DataRow paths, backpressure, and the limits that remain.unifying-tcp-and-serverless-connectivity-in-prisma-postgres: lifecycle versus protocol processing, the shared pipeline, connection states from the code, and what has landed versus what is planned.Also adds a
prisma-postgres-connectivityentry to the series registry and one hero/meta cover per post (1200x630, Postgres yellow accent, official lockup).How the drafts were fact-checked
Every implementation claim was traced to
prisma/ignite(main at6941ba5, including the PPg Proxy Revamped project docs),prisma/pdp-metal(ef78271),prisma/pdp-cloudflare(9fff889), the publicprisma/ppg-client, and current public docs for Prisma, PgBouncer, PostgreSQL, Neon, Cloudflare, Vercel, and AWS. The full claim ledger and the open questions for engineering are in an internal research file outside this repo (Ankur has it); nothing internal is cited in the posts.Things the drafts deliberately say differently from the proposal, because the sources say so:
pdp-metaldescribed as in progress.Decisions needed before this leaves draft
2026-09-16as a placeholder. Publishing cadence is open.Validation
Checks run locally
beautiful-mermaid1.1.3 and inspected in Chrome..claude/skills/content-create-hero-image/scripts/(font subsetting plus headless Chrome), reviewed at full size and at thumbnail size on light and dark surfaces.pnpm --filter blog types:checkandpnpm --filter blog lint:linkson this branch (results in the PR conversation).🤖 Generated with Claude Code