EPISODE · Jun 3, 2026 · 10 MIN
Why Database Connection Pools Need Connection Validation
from Database Tech with Fexingo: SQL, NoSQL, and Data Storage Conversations · host Fexingo
Lucas and Luna dig into a quietly dangerous database failure mode: connections that look alive but aren't. When a database pool returns a stale or broken connection, applications can hang, corrupt data, or trigger cascading outages. Lucas walks through real-world examples — from an e-commerce site that saw checkout failures during Black Friday to a fintech startup whose payment processor silently dropped transactions — and explains why TCP-level keepalives aren't enough. They discuss validation-on-borrow vs. validation-on-idle, the cost of running SELECT 1 on every connection, and how HikariCP and PgBouncer handle these checks differently. Luna asks the practical question: how often should you validate, and what's the overhead? By the end, listeners understand why connection validation is not optional and how to tune it without wrecking latency. #Database #ConnectionPooling #ConnectionValidation #HikariCP #PgBouncer #SELECT1 #DatabaseReliability #BackendEngineering #DataEngineering #StaleConnections #BlackFriday #Fintech #TechPodcast #SQL #NoSQL #DevOps #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo
What this episode covers
Lucas and Luna dig into a quietly dangerous database failure mode: connections that look alive but aren't. When a database pool returns a stale or broken connection, applications can hang, corrupt data, or trigger cascading outages. Lucas walks through real-world examples — from an e-commerce site that saw checkout failures during Black Friday to a fintech startup whose payment processor silently dropped transactions — and explains why TCP-level keepalives aren't enough. They discuss validation-on-borrow vs. validation-on-idle, the cost of running SELECT 1 on every connection, and how HikariCP and PgBouncer handle these checks differently. Luna asks the practical question: how often should you validate, and what's the overhead? By the end, listeners understand why connection validation is not optional and how to tune it without wrecking latency. #Database #ConnectionPooling #ConnectionValidation #HikariCP #PgBouncer #SELECT1 #DatabaseReliability #BackendEngineering #DataEngineering #StaleConnections #BlackFriday #Fintech #TechPodcast #SQL #NoSQL #DevOps #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo
NOW PLAYING
Why Database Connection Pools Need Connection Validation
No transcript for this episode yet
Similar Episodes
Mar 26, 2026 ·1m
Mar 19, 2026 ·34m
Feb 18, 2026 ·11m
Feb 11, 2026 ·45m