TMThe Monk Devinthemonkdev.hashnode.dev·4h ago · 5 min readPostgreSQL Multi-Tenancy: Isolation That Survives a Growing TeamStartups building B2B products reach for multi-tenancy in PostgreSQL the same way on day one: one shared database, one set of tables, and a tenant_id column marking who owns each row. That is the corr00
JKJaydeep Kanzariyainjaydeepkanzariya.hashnode.dev·1d ago · 17 min readPrisma or Drizzle? First, decide where your schema livesEvery Prisma vs Drizzle thread lands on the same two claims: Prisma is pleasant to use, Drizzle is closer to SQL. Both are true. Neither is a decision procedure. The structural question is where your 00
CFChris F Ainapplighter.hashnode.dev·1d ago · 7 min readSelf-Hosting Supabase Locally: Why 1,626 MB of Docker RAM Is Killing Your Dev LoopThere is a quiet complaint in every Supabase Discord and every r/PostgreSQL thread about self-hosting: the local setup uses too much RAM. Everyone agrees. Almost nobody measures it. This post is mostl00
ARAngel Roseinrapidnative.hashnode.dev·1d ago · 7 min readBenchmarking Local Postgres for Supabase Devs: Docker vs. PGlite vs. tinbaseTable of contents Why local Postgres matters for Supabase devs The three contenders Test methodology Results Compatibility matrix When to pick which What's next Why local Postgres matters Eve00
CFChris F Ainapplighter.hashnode.dev·1d ago · 7 min readBenchmarking Local Postgres for Supabase Devs: Docker vs. PGlite vs. tinbaseTable of contents Why local Postgres matters for Supabase devs The three contenders Test methodology Results Compatibility matrix When to pick which What's next Why local Postgres matters Eve00
MAMohamed Aboelmagdinmohamedaboelmagd.hashnode.dev·2d ago · 10 min read40001 is not a query errorThe PostgreSQL manual is unusually direct about this: When an application receives this error message, it should abort the current transaction and retry the whole transaction from the beginning. "Th12R
AKAniket Kumarinblog.crypticani.dev·2d ago · 5 min readThe Long-Term Database Layer with SupabaseIf you followed Part 2, you now know Render's free database has a 30-day expiration date baked in. That's a dealbreaker for anything you want to keep working past a month — a portfolio project, a hack00
VNVincenzo Nudoinvincenzonudo.hashnode.dev·2d ago · 8 min readSchema catalogs for AI assistants: the layer nobody wants to maintainThe schema catalog for an AI assistant is the artefact that answers the question "what does this database look like right now". Whether the database is Postgres, MySQL, SQL Server or Redshift, the sha00
KSkiran sabneinkiransabne.dev·3d ago · 7 min readPostgreSQL VACUUM: Why It Exists (and What Happens When It Falls Behind)If a table's disk size keeps climbing even though the row count hasn't — and queries against it have gotten slower for no reason you can point to — you're looking at the same root cause almost every t20
MSManu Shuklainecorpit.hashnode.dev·3d ago · 15 min read$0.07/vCore-hour: Azure Postgres extended support billing starts 1 September 2026$0.07/vCore-hour: Azure Postgres extended support billing starts 1 September 2026 Summary. Microsoft posted the announcement for Azure Database for PostgreSQL extended support on 24 August 2026. Enrol00