JusDB

JusDB

Uncompromised database reliability engineered by experts. Trusted by startups to enterprises worldwide.

Services

  • Remote DBA
  • Database SRE
  • Performance Tuning
  • Security Audits
  • All Services

Company

  • About Us
  • Careers
  • Contact
  • Blog

Community

Join database engineers sharing tips, troubleshooting, and best practices.

Join Slack

Contact

  • contact@jusdb.com
  • +91-9994791055
  • Trichy, Tamil Nadu, India

© 2026 JusDB, Inc. All rights reserved.

Privacy PolicyTerms of UseCookies PolicySecurity
  1. Home
  2. Blog
Expert Database Knowledge

Database Insights

Expert insights on database management, performance optimization, and reliability engineering from industry professionals

Popular Searches

Topics:
All Articles(75)Database Performance(40)MySQL(25)PostgreSQL(12)Database Engineering(31)Database SRE(24)Cloud Databases(20)Analytics & OLAP(9)NoSQL Databases(30)Database Architecture(18)High Availability(8)

MySQL Articles

← Clear filter

Showing 12 of 75 articles

Supercharging Database Performance: InnoDB Parallel Threads DDL in MySQL 8.4
Database Performance

Supercharging Database Performance: InnoDB Parallel Threads DDL in MySQL 8.4

Leverage MySQL 8.4 InnoDB parallel DDL for faster schema changes. Learn parallel index creation, online DDL improvements, and reduced maintenance windows.

6/18/2024
8 min
506
MySQL
InnoDB
Read
MySQL Architecture Deep Dive: From Query Execution to Physical Storage
Database Performance

MySQL Architecture Deep Dive: From Query Execution to Physical Storage

Understand MySQL query execution from parser to storage. Learn optimizer internals, execution plans, buffer management, and physical storage organization.

3/19/2024
33 min
2.3K
MySQL
InnoDB
Read
MySQL Replication Options: Native Replication vs Group Replication vs InnoDB Cluster
MySQL

MySQL Replication Options: Native Replication vs Group Replication vs InnoDB Cluster

MySQL offers multiple replication topologies — traditional async replication, semi-sync, Group Replication, and InnoDB Cluster. Understanding the trade-offs determines whether your failover takes seconds or minutes.

11/9/2023
9 min
1
MySQL
Replication
Read
Securing MySQL Connections with SSL/TLS: A Complete Configuration Guide
MySQL

Securing MySQL Connections with SSL/TLS: A Complete Configuration Guide

MySQL transmits data in plaintext by default, exposing passwords and query results to network interception. Here's how to configure SSL/TLS for MySQL — from certificate generation to enforcing encrypted connections.

9/23/2023
9 min
1
MySQL
Optimization
Read
Read Replicas vs Caching: When to Use a Read Replica, Redis, or Both
Database Architecture

Read Replicas vs Caching: When to Use a Read Replica, Redis, or Both

A practical guide to choosing between read replicas and caching layers — replication lag behavior, cache invalidation strategies, thundering herd prevention, tiered read architecture patterns, and decision framework.

8/22/2023
12 min
5
MySQL
PostgreSQL
Read
Database Connection Pool Sizing: The Formula, the Variables, and the Common Mistakes
Database Performance

Database Connection Pool Sizing: The Formula, the Variables, and the Common Mistakes

How to size your database connection pool correctly — the HikariCP formula, the variables that determine optimal pool size, and the mistakes that cause connection exhaustion or underutilization.

8/7/2023
9 min
1
Performance
Scaling
Read
Demystifying MySQL EXPLAIN FORMAT=TREE: Read Query Plans Like a DBA
Database Performance

Demystifying MySQL EXPLAIN FORMAT=TREE: Read Query Plans Like a DBA

MySQL 8.0 introduced EXPLAIN FORMAT=TREE — a hierarchical, human-readable query plan format that reveals join order, access methods, and cost estimates in a way that the traditional tabular EXPLAIN cannot.

7/27/2023
9 min
1
MySQL
Performance
Read
Improving Query Performance with Multi-Valued Indexes in MySQL 8.0
Database Performance

Improving Query Performance with Multi-Valued Indexes in MySQL 8.0

MySQL 8.0 introduced multi-valued indexes — allowing you to index individual elements of a JSON array so queries using MEMBER OF or JSON_OVERLAPS can use an index.

6/30/2023
8 min
1
MySQL
Indexing
Read
Zero-Downtime Database Migrations: The Expand-Contract Pattern for MySQL and PostgreSQL
Database Engineering

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.

6/27/2023
14 min
3
Migration
MySQL
Read
Vitess: MySQL Sharding for Kubernetes-Native Workloads
Database Architecture

Vitess: MySQL Sharding for Kubernetes-Native Workloads

Deploy Vitess for horizontal MySQL sharding — VSchema design, vtgate routing, and migration from single-instance MySQL

5/22/2023
12 min
1
MySQL
Scaling
Read
ProxySQL: The Complete Guide to MySQL Load Balancing and Connection Pooling
MySQL

ProxySQL: The Complete Guide to MySQL Load Balancing and Connection Pooling

ProxySQL pools thousands of application connections into a small backend pool, splits reads to replicas automatically, and lets you change routing without touching application code or restarting MySQL.

5/9/2023
10 min
3
MySQL
Performance
Read
Mastering AWS RDS Max Connections for MySQL & PostgreSQL
Cloud Databases

Mastering AWS RDS Max Connections for MySQL & PostgreSQL

Master AWS RDS connection limits for MySQL and PostgreSQL. Learn max_connections calculation, connection pooling strategies, and optimization techniques.

4/11/2023
15 min
513
RDS
AWS
Read
Previous
12345
Next
Search
Newsletter

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

Categories
Database PerformanceMySQLPostgreSQLDatabase EngineeringDatabase SRECloud DatabasesAnalytics & OLAPNoSQL DatabasesDatabase ArchitectureHigh Availability
Popular Tags
MySQL
Performance
PostgreSQL
Optimization
Architecture
Scaling
Monitoring
Replication
Open Source
NoSQL
Stay Connected

Subscribe to our RSS feed for instant updates.

RSS Feed