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
MySQL JSON Columns: Operators, Generated Column Indexes, and Partial Updates
Use MySQL JSON columns effectively with path operators, functional indexes via generated columns, JSON_CONTAINS filtering, and partial updates with JSON_SET.
MySQL Group Replication vs Galera Cluster: A 2025 Comparison
MySQL Group Replication and Galera Cluster both promise multi-primary high availability, but they behave very differently under load, network partitions, and node failures.
Database Connection Management at Scale: PgBouncer and ProxySQL Patterns
Connection exhaustion is one of the most common causes of database downtime at scale. Here is how production teams use PgBouncer and ProxySQL to handle 10,000+ concurrent connections.
Password Management in MySQL 8: Policies, Reuse, and Dual Passwords
MySQL 8 introduced comprehensive password management — password validation policies, reuse history, expiration, and dual passwords for zero-downtime credential rotation.
MySQL Partitioning Strategies: RANGE, HASH, and Partition Pruning
Implement MySQL table partitioning with RANGE and HASH strategies. Covers instant partition drops for data lifecycle, partition pruning verification, and key gotchas.
MySQL User Permissions Best Practices: Least Privilege and Password Policy
Harden MySQL user permissions with host-scoped grants, validate_password plugin, account locking, and privilege auditing. Essential for SOC2 and PCI-DSS compliance.
Aurora MySQL vs RDS MySQL: The Definitive 2026 Comparison
Aurora and RDS share the MySQL engine but diverge at the storage layer in ways that produce very different cost and performance profiles — the right choice depends entirely on your I/O pattern.
MySQL Audit Logging: MariaDB Audit Plugin, General Log, and Trigger-Based Auditing
Implement MySQL audit logging for SOC2, PCI-DSS, and HIPAA compliance. Covers MariaDB Audit Plugin, general query log, trigger-based auditing, and SIEM integration.
MySQL 8.4 Full-Text Search: InnoDB FTS Tuning and Best Practices
MySQL InnoDB full-text search is underused and often misconfigured. With 8.4 LTS, new defaults and tuning opportunities can cut FTS query time by 60% or more.
MySQL Encryption at Rest and in Transit: InnoDB, TLS, and Binary Log Encryption
Encrypt MySQL data at rest with InnoDB tablespace encryption and in transit with TLS. Covers keyring plugin, require_secure_transport, and binary log encryption.
Cloud SQL vs RDS vs Azure Database: Managed MySQL and PostgreSQL Compared for 2026
A detailed comparison of Google Cloud SQL, Amazon RDS, and Azure Database for MySQL and PostgreSQL — HA architecture, failover times, connection pooling, pricing for equivalent instances, and platform-specific features.
MySQL Group Replication: Single-Primary Cluster Setup
Configure MySQL Group Replication (MGR) with Paxos-based consensus for fault-tolerant clustering. Covers prerequisites, bootstrap, joining nodes, and health monitoring.
Get the latest database insights and expert tips delivered to your inbox.
Subscribe to our RSS feed for instant updates.
RSS Feed