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
PostgreSQL Logical Replication: Setup, Use Cases, and Limitations
Configure PostgreSQL logical replication for selective table sync, zero-downtime upgrades, and multi-tenant setups
Apache Kafka for Database Engineers: A Practical Introduction
Understand Kafka from a database perspective — partitions, offsets, consumer groups, and durability guarantees
MySQL Replication Filters: Selective Replication for Specific Databases and Tables
MySQL replication filters let you replicate only specific databases or tables — but misconfiguration can silently drop transactions. Here's how to use binlog-do-db, replicate-do-db, and replicate-do-table safely.
MySQL Replication Lag: Causes, Diagnosis, and Fixes
A comprehensive guide to MySQL replication lag — why it happens, why Seconds_Behind_Master lies, how to measure accurately with pt-heartbeat, and how to fix it with multi-threaded replication and LOGICAL_CLOCK parallelism.
MySQL GTID Replication: Complete Setup and Failover Guide
GTIDs eliminate manual binlog position tracking in MySQL replication. This guide covers enabling GTIDs, CHANGE MASTER TO MASTER_AUTO_POSITION, and failover.
Airbyte: Open-Source ELT for Database Replication
Deploy Airbyte to replicate data from MySQL, PostgreSQL, and MongoDB to your warehouse — connectors, scheduling, and transforms
Mastering MySQL Group Replication: The Road to Fault-Tolerant Databases
Build fault-tolerant MySQL clusters with Group Replication. Learn multi-primary vs single-primary modes, conflict resolution, network partitioning handling, and failover strategies.
MySQL Galera Cluster: Setup, Tuning, and Common Pitfalls
Set up MySQL Galera Cluster for synchronous multi-master replication — configuration, split-brain avoidance, and monitoring
ProxySQL Read/Write Splitting for MySQL Replication: Complete Setup Guide
ProxySQL's read/write splitting routes SELECT queries to replicas and writes to the primary automatically — but getting the configuration right requires understanding hostgroups, query rules, and lag-aware routing.
Get the latest database insights and expert tips delivered to your inbox.
Subscribe to our RSS feed for instant updates.
RSS Feed