Book description
You'll find several books on basic or advanced MySQL performance, but nothing in between. That's because explaining MySQL performance without addressing its complexity is difficult. This practical book bridges the gap by teaching software engineers mid-level MySQL knowledge beyond the fundamentals, but well shy of deep-level internals required by database administrators (DBAs).
Daniel Nichter shows you how to apply the best practices and techniques that directly affect MySQL performance. You'll learn how to improve performance by analyzing query execution, indexing for common SQL clauses and table joins, optimizing data access, and understanding the most important MySQL metrics. You'll also discover how replication, transactions, row locking, and the cloud influenceMySQL performance.
- Understand why query response time is the North Star of MySQL performance
- Learn query metrics in detail, including aggregation, reporting, and analysis
- See how to index effectively for common SQL clauses and table joins
- Explore the most important server metrics and what they reveal about performance
- Dive into transactions and row locking to gain deep, actionable insight
- Achieve remarkable MySQL performance at any scale
Publisher resources
Table of contents
- Preface
- 1. Query Response Time
- 2. Indexes and Indexing
- 3. Data
- 4. Access Patterns
- 5. Sharding
- 6. Server Metrics
- 7. Replication Lag
- 8. Transactions
-
9. Other Challenges
- Split-Brain Is the Greatest Risk
- Data Drift Is Real but Invisible
- Don’t Trust ORM
- Schemas Always Change
- MySQL Extends Standard SQL
- Noisy Neighbors
- Applications Do Not Fail Gracefully
- High Performance MySQL Is Difficult
- Practice: Identify the Guardrails that Prevent Split-Brain
- Practice: Check for Data Drift
- Practice: Chaos
- 10. MySQL in the Cloud
- Index
- About the Author
Product information
- Title: Efficient MySQL Performance
- Author(s):
- Release date: November 2021
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781098105099
You might also like
book
High Performance MySQL, 3rd Edition
How can you bring out MySQL’s full power? With High Performance MySQL, you’ll learn advanced techniques …
book
High Performance MySQL, 4th Edition
How can you realize MySQL's full power? With High Performance MySQL, you'll learn advanced techniques for …
book
High Performance MySQL, 2nd Edition
High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by …
book
Understanding MySQL Internals
Although MySQL's source code is open in the sense of being publicly available, it's essentially closed …