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
High Performance with MongoDB: A Top-Down Tuning Guide
A top-down playbook for high-performance MongoDB: measure with the profiler and explain(), model for access patterns, index by the ESR rule, keep the working set in the WiredTiger cache, pool connections, and scale reads with secondaries and sharding — with flow diagrams for each layer.
PostgreSQL Performance Tuning Playbook: A Top-Down Method for Faster Queries
A repeatable, top-down method for tuning PostgreSQL: measure with pg_stat_statements, read plans with EXPLAIN (ANALYZE, BUFFERS), fix queries and indexes before parameters, then tune memory, I/O, WAL, connection pooling, and autovacuum — with a ready-to-adapt postgresql.conf baseline.
MySQL binlog Retention, Rotation & Purge: Production Guide (2026)
Configure MySQL binlog retention safely: binlog_expire_logs_seconds, manual purging rules, AWS RDS retention, and the disk-exhaustion failure mode you should monitor for.
MariaDB Galera Cluster Production Guide: Mariabackup, MaxScale & Schema Strategy
Production MariaDB Galera Cluster: mariabackup-based SST, MaxScale Galera-aware routing, schema-change strategy with TOI vs RSU, and a troubleshooting playbook for the failures that actually take down production.
StarRocks Monitoring & Alerting: The Complete Production Guide
Complete guide to StarRocks monitoring with Prometheus and Grafana. Covers resource saturation, cluster health, and application availability alerts with PromQL expressions and runbooks.
Apache Airflow for Database Workflows: Scheduling and Orchestration
Use Apache Airflow to orchestrate database ETL, backup jobs, and maintenance tasks — DAGs, sensors, and best practices
SLO and SLA for Databases: A Practical Framework
Define meaningful SLOs and SLAs for your database tier — latency, availability, durability, and error budgets
Database Incident Response Runbook: From Alert to Resolution
A practical runbook for database incidents — triage, diagnosis, escalation, and post-mortem for MySQL and PostgreSQL
MySQL Orchestrator: Automated Failover and Topology Management
Set up MySQL Orchestrator for automatic failover, topology discovery, and master election at scale
PostgreSQL Autovacuum Tuning: Prevent Table Bloat and Dead Tuples
Fine-tune PostgreSQL autovacuum to eliminate dead tuples, prevent table bloat, and maintain query performance
MySQL Performance Schema: A Practical Guide
Use MySQL Performance Schema to profile queries, monitor memory, and diagnose bottlenecks without guesswork
PostgreSQL Wait Events: Understanding What Slows Your Database
Decode PostgreSQL wait events to diagnose lock contention, I/O bottlenecks, and CPU pressure in production
Get the latest database insights and expert tips delivered to your inbox.
Subscribe to our RSS feed for instant updates.
RSS Feed