The JusDB Database Engineering Blog
Deep dives on PostgreSQL, MySQL, MongoDB and more — performance tuning, high availability, migrations and production war stories from our DBAs.
Popular Searches
Real-Time Analytics Pipeline: PostgreSQL to ClickHouse via CDC
Build a real-time analytics pipeline from PostgreSQL to ClickHouse using CDC — architecture, latency, and schema mapping
Aurora Serverless v2: Auto-Scaling Database for Variable Workloads
Use Aurora Serverless v2 for cost-effective scaling — ACU configuration, scaling behavior, and when it fits
pgBackRest: Enterprise PostgreSQL Backup and Recovery
Configure pgBackRest for full, differential, and WAL archiving backups with S3 storage and point-in-time recovery
PostgreSQL Table Bloat and pg_repack: Reclaim Disk Without Downtime
Measure PostgreSQL table and index bloat, then use pg_repack to reclaim space with zero downtime
PostgreSQL Autovacuum Tuning: Prevent Table Bloat and Dead Tuples
Fine-tune PostgreSQL autovacuum to eliminate dead tuples, prevent table bloat, and maintain query performance
PostgreSQL Wait Events: Understanding What Slows Your Database
Decode PostgreSQL wait events to diagnose lock contention, I/O bottlenecks, and CPU pressure in production
pg_stat_statements: Query Performance Analysis in PostgreSQL
How to use pg_stat_statements to identify slow queries, analyze execution stats, and optimize PostgreSQL performance
2025 in Databases: Year in Review and What to Expect in 2026
2025 was the year databases competed on operational simplicity. Serverless databases matured, pgvector merged vector search into PostgreSQL, and CDC became standard infrastructure. Here's what mattered and what's next.
PostgreSQL WAL File Retention: Understanding wal_keep_size and Replication Slots
PostgreSQL WAL retention is a balancing act — too little and standbys fall behind; too much and you risk disk exhaustion. Here's how to configure wal_keep_size and manage replication slots safely.
5 Surprising Truths About Database Performance
Five counterintuitive database performance truths every engineer gets wrong — over-indexing costs, N+1 queries, connection pool sizing, replica reads, and EXPLAIN limitations.
Database Migration Anti-Patterns: 5 Mistakes That Cause Production Incidents
Teams take down production for hours with migrations that could be zero-downtime operations. Learn to use gh-ost and CREATE INDEX CONCURRENTLY, implement rollback plans, and apply the expand-contract pattern for breaking changes.
PostgreSQL Extensions Guide: pg_stat_statements, pg_trgm, pg_cron, and More
Survey essential PostgreSQL extensions: pg_stat_statements for query analysis, pg_trgm for fuzzy search, pg_cron for scheduled jobs, pg_buffercache for cache inspection.
Get the latest database insights and expert tips delivered to your inbox.
Subscribe to our RSS feed for instant updates.
RSS Feed