Category

Database

PostgreSQL, Prisma, Supabase, Neon, and database optimization.

O
DatabaseDevOps

Orphaned Postgres Slots Causing WAL Bloat (2026)

A practical 2026 playbook to find and fix orphaned Postgres replication slots before pg_wal eats your disk and takes prod down.

Akshit AhujaAkshit AhujaFeb 25, 2026
D
DatabaseDevOps

Drizzle + Neon on Vercel: Stop DB Connection Storms (2026)

Fix Neon + Drizzle connection storms on Vercel in 2026: pick the right driver, pool correctly, and stop too many connections.

Akshit AhujaAkshit AhujaFeb 21, 2026
P
DatabaseDevOps

Prisma Advisory Lock CI Fixes (2026)

Fix Prisma advisory lock timeouts (10000ms) in CI/CD with deploy concurrency, direct DB URLs, and a Postgres runbook (2026).

Akshit AhujaAkshit AhujaFeb 18, 2026
S
StripeDatabase

Stripe Webhooks + Supabase RLS Leak (2026 Fix)

A real multi-tenant failure mode: Stripe webhooks + Supabase service_role can bypass RLS and write into the wrong tenant. Here’s the fix.

Akshit AhujaAkshit AhujaFeb 17, 2026
F
DatabaseDevOps

Fix Prisma Migrate PgBouncer 's0' Error (2026)

Getting ERROR: prepared statement "s0" already exists? Here is the fix for Prisma Migrate with PgBouncer pooling in 2026.

Akshit AhujaAkshit AhujaFeb 6, 2026
S
Database

Supabase RLS + OFFSET Pagination Trap (2026)

OFFSET pagination + RLS can make Supabase feel slow. Spot it, fix policies, and switch to keyset pagination without breaking auth.

Akshit AhujaAkshit AhujaFeb 4, 2026