Back to Browse

Neon Database Explained: Why Databricks Paid $1 Billion

19.5K views
Apr 24, 2026
10:00

Databricks paid $1 billion for Neon Database — an open-source, serverless Postgres platform where 80% of databases are provisioned by AI agents, not humans. This video breaks down exactly how it works and why that architecture matters. Neon separates Postgres into stateless compute and distributed storage, giving you true scale-to-zero (pay nothing when idle), instant database branching (1TB in ~1 second), and cold starts under 500ms. Inside, a Paxos consensus protocol handles durability through three safekeepers, while a pageserver reconstructs 8KB pages on demand from immutable WAL files backed by S3. We cover the full architecture, real production use cases from Retool (300K databases, one engineer), Replit, Vercel v0, and Invenco (80% cost cut), plus honest comparisons with Supabase, PlanetScale, and Aurora Serverless v2. And we don't skip the trade-offs: cold starts, single-writer limitations, and billing surprises that catch people off guard. Timestamps: 00:00 — Why Databricks paid $1B for Postgres 00:44 — The problem with traditional managed Postgres 01:44 — How Neon's architecture works (compute/storage split) 04:55 — Real-world production examples 06:26 — Neon vs Supabase vs PlanetScale vs Aurora 07:55 — Trade-offs and when NOT to use Neon 09:19 — What this means for AI-driven development What is Neon Database? Neon is a serverless Postgres platform that splits compute and storage so your database can scale to zero and branch instantly. Built on standard PostgreSQL with pgvector support, it runs the same SQL and extensions you already know. Databricks acquired Neon in May 2025 for ~$1 billion, citing the rise of AI agents that provision their own databases at machine speed. The storage engine is written in Rust, open-source under Apache 2.0, and backs Databricks Lakebase for OLTP workloads. Topics covered in this video: - Neon's 4-layer architecture: compute, safekeepers, pageserver, S3 - Scale-to-zero: how databases sleep and wake in 300-500ms - Instant branching: copy-on-write database clones in ~1 second - Retool managing 300,000 databases with a single engineer - Replit and Vercel v0 using Neon for AI agent infrastructure - Neon vs Supabase: backend-as-a-service vs serverless Postgres - Neon vs PlanetScale: Postgres vs MySQL sharding - Aurora Serverless v2 comparison: no true zero, no branching - Cold start trade-offs and usage-based billing pitfalls - The Databricks acquisition and what it signals for databases #NeonDatabase #ServerlessPostgres #Databricks

Download

0 formats

No download links available.

Neon Database Explained: Why Databricks Paid $1 Billion | NatokHD