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

Save Space on MySQL Data with Column Compression: InnoDB Page Compression and ROW_FORMAT
Database Performance

Save Space on MySQL Data with Column Compression: InnoDB Page Compression and ROW_FORMAT

MySQL InnoDB supports multiple compression strategies — from ROW_FORMAT=COMPRESSED to transparent page compression using punch holes. Choosing the right approach can cut storage by 40-70% for text-heavy workloads.

10/6/2022
8 min
21
Performance
Optimization
Read
PostgreSQL Connection Pooling with PgBouncer in Production
Database Performance

PostgreSQL Connection Pooling with PgBouncer in Production

Deploy PgBouncer in transaction mode for high-concurrency PostgreSQL workloads — config, monitoring, and tuning

10/5/2022
12 min
17
Performance
PostgreSQL
Read
D
Database Performance

Database Connection Pooling: PgBouncer, ProxySQL, and HikariCP Compared

A comprehensive guide to database connection pooling — comparing PgBouncer, ProxySQL, and HikariCP with configuration examples, pool mode trade-offs, and production sizing recommendations.

9/27/2022
12 min
22
Performance
Architecture
Read
MySQL Connection Limits and Max Connections: Tuning for Scale
Database Performance

MySQL Connection Limits and Max Connections: Tuning for Scale

Understand MySQL max_connections, thread caching, and connection pool sizing to handle high-concurrency workloads

9/20/2022
11 min
18
Performance
Scaling
Read
MySQL EXPLAIN Explained: How to Read Query Plans and Fix Slow Queries
Database Performance

MySQL EXPLAIN Explained: How to Read Query Plans and Fix Slow Queries

MySQL's EXPLAIN command reveals exactly how the query optimizer plans to execute your SQL — which indexes it will use, how many rows it expects to examine, and where it may sort or create temporary tables.

9/6/2022
11 min
24
Performance
Optimization
Read
Understanding InnoDB Architecture: Performance, Reliability, and Scalability in MySQL
Database Performance

Understanding InnoDB Architecture: Performance, Reliability, and Scalability in MySQL

Deep dive into InnoDB storage engine internals. Understand buffer pool, redo log, undo log, change buffer, and adaptive hash index for expert-level MySQL optimization.

7/26/2022
16 min
1.2K
Architecture
InnoDB
Read
MySQL Slow Query Log: Enabling, Analyzing with pt-query-digest, and Fixing the Top Patterns
Database Performance

MySQL Slow Query Log: Enabling, Analyzing with pt-query-digest, and Fixing the Top Patterns

A production guide to MySQL slow query log — enabling with long_query_time and log_queries_not_using_indexes, analyzing with pt-query-digest, reading EXPLAIN output, and fixing full table scans and N+1 loops.

7/19/2022
12 min
26
Performance
Optimization
Read
Descending Indexes in MySQL 8.0: When and How to Use Them
Database Performance

Descending Indexes in MySQL 8.0: When and How to Use Them

MySQL 8.0 finally supports true descending indexes — eliminating the filesort that MySQL 5.7 required when sorting results in descending order. Here's how descending indexes work and when to add them.

7/15/2022
7 min
28
Performance
Optimization
Read
PostgreSQL Performance Tuning: shared_buffers, work_mem, and Memory Configuration
Database Performance

PostgreSQL Performance Tuning: shared_buffers, work_mem, and Memory Configuration

A complete guide to PostgreSQL memory configuration and performance tuning, covering shared_buffers, work_mem, effective_cache_size, checkpoint tuning, and autovacuum settings that matter in production.

7/12/2022
12 min
20
Performance
PostgreSQL
Read
Top 10 MySQL Configuration Mistakes That Kill Performance
Database Performance

Top 10 MySQL Configuration Mistakes That Kill Performance

Avoid these common MySQL configuration mistakes that cripple performance. Learn proper buffer pool sizing, connection limits, and InnoDB settings for production workloads.

6/21/2022
3 min
147
Performance
MySQL
Read
PostgreSQL VACUUM Tuning: A Comprehensive Guide
Database Performance

PostgreSQL VACUUM Tuning: A Comprehensive Guide

Master PostgreSQL VACUUM and autovacuum configuration for optimal database health. Learn dead tuple management, bloat prevention, and vacuum optimization strategies.

6/7/2022
6 min
3.6K
Performance
PostgreSQL
Read
MySQL Error Log Table Explained: Using performance_schema for Error Analysis
Database Performance

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.

3/28/2022
7 min
22
Monitoring
MySQL
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