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.

36 canonical articlesBrowse the complete archive

Popular Searches

Latest Articles

Showing 12 of 36 articles

ETL Pipeline Monitoring: Freshness Checks, Row Reconciliation, and dbt Tests

Monitor ETL pipelines with data freshness checks, row count reconciliation, dbt data quality tests, and Slack alerting. Detect silent failures before users do.

5 minJul 11, 2025
Read

MariaDB vs MySQL in 2026: Which Should You Choose?

MariaDB and MySQL have diverged significantly. This guide compares licensing, Galera vs Group Replication, thread pool, cloud support, and migration paths.

MySQL9 minMar 4, 2025
Read

PostgreSQL Disaster Recovery: Backup, Restore, and PITR

Choose PostgreSQL backup and recovery methods from explicit RTO and RPO, preserve continuous WAL, verify manifests, and rehearse isolated restores.

PostgreSQL7 minFeb 19, 2025
Read

MySQL 8.0 Is EOL: Upgrade Checklist for 8.4 LTS (5 Breaking Changes to Fix First)

MySQL 8.0 end-of-life is April 2026. Plan your upgrade to MySQL 8.4 LTS now. Learn migration strategies, new features, and compatibility considerations.

MySQL17 minAug 13, 2024
Read

Valkey: The Open-Source Redis Alternative After the License Change

Migrate from Redis to Valkey — compatibility, performance benchmarks, and what changes for operators

Redis10 minMay 7, 2024
Read

PostgreSQL 17 Incremental Backup: pg_basebackup and pg_combinebackup Explained

PostgreSQL 17 finally adds native incremental backup support — allowing subsequent backups to capture only changed blocks since the last full backup.

PostgreSQL9 minFeb 9, 2024
Read

How to Downgrade MongoDB from 7.0 to 6.0: A Step-by-Step Guide

Downgrading MongoDB requires careful planning — setting the Feature Compatibility Version before replacing binaries, handling replica set members in sequence, and verifying data integrity throughout.

MongoDB8 minNov 23, 2023
Read

MongoDB Cluster-to-Cluster Sync: Simplifying Cross-Cluster Data Synchronization

MongoDB's mongosync utility enables continuous, real-time synchronization between two MongoDB clusters — simplifying live migrations, multi-cloud replication, and DR setups.

MongoDB9 minOct 16, 2023
Read

GitOps for Database Change Management: Automated Schema Deployments

Apply GitOps principles to database changes — PR-based schema reviews, automated migrations, and rollback strategies

11 minAug 15, 2023
Read

Zero-Downtime Database Migrations: The Expand-Contract Pattern for MySQL and PostgreSQL

A production guide to zero-downtime database migrations — why ALTER TABLE causes downtime, the Expand-Contract pattern, safe migration patterns for PostgreSQL and MySQL, and tooling with Flyway, Liquibase, pt-osc, and gh-ost.

PostgreSQL14 minJun 27, 2023
Read

pg_upgrade: Major PostgreSQL Version Upgrades with Minimal Downtime

Use pg_upgrade to migrate between PostgreSQL major versions — upgrade strategies, pre-checks, and rollback plans

PostgreSQL11 minMay 10, 2023
Read

AWS DMS: Database Migration Service Guide for MySQL and PostgreSQL

A production guide to AWS Database Migration Service — replication instance sizing, endpoint configuration, Full Load vs CDC vs Full Load+CDC modes, performance tuning, and DMS vs Debezium vs pglogical.

PostgreSQL12 minApr 17, 2023
Read
Newsletter

Get the latest database insights and expert tips delivered to your inbox.

Stay Connected

Subscribe to our RSS feed for instant updates.

RSS Feed