High Performance MySQL: Optimization, Backups, and Replication

Aleksandr Shitik
Aleksandr Shitik

I write my own posts and books, and review movies and books. Expert in cosmology and astronomy, IT, productivity, and planning.

High Performance MySQL: Optimization, Backups, and Replication
Baron Schwartz, Peter Zaitsev, Vadim Tkachenko
Genres: Programming
Year of publication: 2018
Year of reading: 2020
My rating: Good
Number of reads: 1
Total pages: 866
Summary (pages): 50
Original language of publication: English
Translations to other languages: Russian, Spanish, Portuguese, Chinese

General Description

A massive book spanning over 850 pages. It consists of 16 chapters and 6 appendices. Contains plenty of code, as well as various diagrams, schematics, and illustrations. Despite its size, it reads quite easily and never feels dull. Each chapter ends with a brief summary. I read the 3rd edition of the book, although there might already be something more up-to-date available.

Brief Overview

I often briefly summarize chapters of various books and highlight the aspects I particularly liked. However, to save both your time and mine, I'll limit myself here to a concise outline that will let you determine on your own which topics are covered in this book.

  • MySQL History and Architecture
  • MySQL Benchmarking
  • Profiling Server Performance
  • Optimizing Schema and Data Types
  • Improving Performance with Indexing
  • Optimizing Query Performance
  • Advanced MySQL Features
  • Tuning Server Parameters
  • Optimizing the Operating System and Hardware
  • Replication
  • Scaling MySQL
  • High Availability
  • MySQL in the Cloud
  • Application-Level Optimization
  • Backup and Recovery
  • Tools for MySQL Users
  • Appendix A. MySQL Branches and Versions
  • Appendix B. MySQL Server Status
  • Appendix C. Transferring Large Files
  • Appendix D. The EXPLAIN Command
  • Appendix E. Debugging Locks
  • Appendix F. Using Sphinx with MySQL

Opinion

A comprehensive MySQL book that, in many ways, can be considered an alternative to MySQL's official documentation. Many topics are covered in great depth—from storage engines and data types to performance profiling and replication. Even though I work with MySQL almost every day, I still found plenty of new and interesting insights in this book, resulting in a 50-page summary—the longest one I've ever written. Overall, much of the content overlaps significantly with other relational databases, so even if you work with different database systems, you'll likely find valuable information here—especially if they use SQL as their primary language.

Вверх