Tagged articles
2 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
Aug 16, 2025 · Databases

Unlock 10× Faster Queries: The Database Performance Optimization Pyramid Explained

This article presents a comprehensive, layered approach to database performance optimization—covering SQL tuning, index design, configuration parameters, hardware choices, and architectural strategies—complete with practical code examples, benchmark results, and actionable checklists for MySQL environments.

Database OptimizationHardware TuningMySQL Performance
0 likes · 13 min read
Unlock 10× Faster Queries: The Database Performance Optimization Pyramid Explained
Sanyou's Java Diary
Sanyou's Java Diary
Jun 9, 2025 · Databases

Inside InnoDB: How Buffer Pool, Change Buffer, and Adaptive Hash Index Boost MySQL Performance

This article explores the inner workings of InnoDB's architecture—including the Buffer Pool, Change Buffer, Adaptive Hash Index, and Log Buffer—detailing their designs, configuration parameters, performance impacts, and best‑practice recommendations for high‑throughput MySQL deployments.

Adaptive Hash IndexChange BufferDatabase Architecture
0 likes · 15 min read
Inside InnoDB: How Buffer Pool, Change Buffer, and Adaptive Hash Index Boost MySQL Performance