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(63)Database Performance(63)MySQL(52)PostgreSQL(44)Database Engineering(40)Database SRE(34)Cloud Databases(29)Analytics & OLAP(15)NoSQL Databases(44)Database Architecture(25)High Availability(19)

Database Performance Articles

← Clear filter

Showing 12 of 63 articles

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
Architecture
InnoDB
Read
PgBouncer vs Odyssey vs pgcat: Choosing a PostgreSQL Connection Pooler
Database Performance

PgBouncer vs Odyssey vs pgcat: Choosing a PostgreSQL Connection Pooler

A detailed comparison of PgBouncer, Odyssey, and pgcat for PostgreSQL connection pooling — architecture differences, threading models, pool modes, TLS support, and decision criteria for each workload type.

9/19/2023
12 min
30
Performance
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
20
Performance
PostgreSQL
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
31
Performance
Optimization
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
51
Performance
Optimization
Read
Query Plan Regression: Detecting and Fixing Bad PostgreSQL Plans
Database Performance

Query Plan Regression: Detecting and Fixing Bad PostgreSQL Plans

Detect query plan regressions in PostgreSQL using auto_explain, pg_hint_plan, and plan baseline management

5/30/2023
12 min
19
Performance
PostgreSQL
Read
PostgreSQL Index Bloat: Detection and Remediation
Database Performance

PostgreSQL Index Bloat: Detection and Remediation

Identify bloated indexes in PostgreSQL using pgstattuple, REINDEX CONCURRENTLY, and automated monitoring

4/11/2023
11 min
21
Performance
PostgreSQL
Read
PostgreSQL Table Partitioning with pg_partman: Complete Guide
Database Performance

PostgreSQL Table Partitioning with pg_partman: Complete Guide

pg_partman automates PostgreSQL partition lifecycle. This guide covers create_parent(), retention policies, partition pruning, and migrating existing tables without downtime.

3/21/2023
10 min
14
Performance
PostgreSQL
Read
PostgreSQL Checkpoint and WAL Tuning for High Throughput
Database Performance

PostgreSQL Checkpoint and WAL Tuning for High Throughput

Tune PostgreSQL checkpoint frequency, WAL segment size, and bgwriter to maximize write throughput

3/14/2023
11 min
20
Performance
PostgreSQL
Read
PostgreSQL JSONB vs JSON: Indexing, Performance, and When to Use Each
Database Performance

PostgreSQL JSONB vs JSON: Indexing, Performance, and When to Use Each

A deep dive into PostgreSQL JSONB vs JSON storage formats, GIN and B-tree indexing strategies, containment operators, and the performance characteristics that determine which to use for document storage workloads.

2/14/2023
12 min
21
Performance
PostgreSQL
Read
Redis Performance Tuning: The Complete Guide to Optimizing Redis for High-Traffic Applications
Database Performance

Redis Performance Tuning: The Complete Guide to Optimizing Redis for High-Traffic Applications

Master Redis performance tuning with expert tips on memory optimization, connection pooling, data structures, and caching strategies for high-traffic apps.

10/25/2022
20 min
488
Performance
Redis
Read
MySQL InnoDB Locking: Deadlocks, Gap Locks, and Next-Key Locks Explained
Database Performance

MySQL InnoDB Locking: Deadlocks, Gap Locks, and Next-Key Locks Explained

A deep dive into InnoDB locking — record locks, gap locks, next-key locks, how READ COMMITTED eliminates gap locks, diagnosing deadlocks with SHOW ENGINE INNODB STATUS and performance_schema, and prevention patterns.

10/12/2022
14 min
31
Performance
InnoDB
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
PostgreSQL
MySQL
Optimization
Performance
High Availability
Scaling
Monitoring
Replication
Architecture
NoSQL
Stay Connected

Subscribe to our RSS feed for instant updates.

RSS Feed