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 Galera Cluster: Setup, Tuning, and Common Pitfalls
Set up MySQL Galera Cluster for synchronous multi-master replication — configuration, split-brain avoidance, and monitoring
PlanetScale: MySQL-Compatible Serverless Database with Schema Branching
Evaluate PlanetScale for MySQL workloads — Vitess-based branching, non-blocking schema changes, and pricing
MySQL Error Log Table Explained: Using performance_schema for Error Analysis
MySQL 8.0 exposes error logs through performance_schema.error_log — enabling SQL-based filtering by severity, component, and timestamp without grep-ing log files.
mysqldump vs mysqlpump vs MyDumper: Current Guide
Choose a current MySQL logical backup tool from measured recovery needs, and migrate legacy mysqlpump jobs and archives without risking production data.
MySQL InnoDB Cluster Explained: Complete Guide to High Availability
Deploy and operate MySQL InnoDB Cluster 8.4 safely with AdminAPI, Group Replication, Router, tested failover, and recoverable outage procedures.
MySQL Tablespace Encryption (TDE): Encrypting Data at Rest
MySQL InnoDB tablespace encryption (TDE) encrypts data pages on disk without changing application code — using a two-tier keyring architecture that separates the master key from table keys.
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.
Monitoring MySQL Using ProxySQL: Query Stats, Connection Metrics, and Alerting
ProxySQL maintains a rich internal stats schema that most teams never fully explore. Here's how to use ProxySQL's built-in monitoring to track query latency, backend health, and connection pool utilization.
Configuring Efficient MySQL Log Rotation with logrotate
MySQL generates multiple log files that will fill your disk if left unmanaged. Here's how to configure logrotate correctly for MySQL error logs, slow query logs, and binary logs.
10 Powerful JSON Functions in MySQL 8 Every Developer Should Know
MySQL 8 dramatically improved JSON support with functions that eliminate the need for application-side parsing. Here are 10 JSON functions that will transform how you work with JSON columns in MySQL.
Get the latest database insights and expert tips delivered to your inbox.
Subscribe to our RSS feed for instant updates.
RSS Feed