Create bookmark
High Performance MySQL
Optimization, Backups, Replication, Load Balancing & More
Notes
Please login to add notes
- Table of Contents
-
+
Preface
-
+
Back To Basics
- + Storage Engines (Table Types)
- + Benchmarking
-
+
Indexes
-
+
Query Performance
-
+
Server Performance Tuning
-
+
Replication
-
+
Replication Overview
-
+
Configuring Replication
- + Under the Hood
- + Replication Architectures
-
+
Administration and Maintenance
- + Monitoring
- Log Rotation
- + Changing Masters
-
+
Tools
- mysqlbinlog: Viewing data in logs
- check_repl: Ensuring that replication takes place
- fix_repl: Skipping a bad query to continue replication
- purge_binary_logs: Reclaiming space used by binary logs
- mysqldiff: Replication sanity checks
- write_heartbeat: Generating a periodic health check heartbeat
- read_heartbeat: Measuring replication log using heartbeat
- + Common Problems
- + The Future of Replication
-
+
Replication Overview
-
+
Load Balancing and High Availability
-
+
Backup and Recovery
-
+
Security
-
+
The SHOW STATUS and SHOW INNODB STATUS Commands
- + mytop
- + phpMyAdmin
- Index
As users come to depend on MySQL, they find that they have to deal with issues of reliability, scalability, and performance--issues that are not well documented but are critical to a smoothly functioning site. This book is an insider's guide to these little understood topics.
Author Jeremy Zawodny has managed large numbers of MySQL servers for mission- critical work at Yahoo!, maintained years of contacts with the MySQL AB team, and presents regularly at conferences. Jeremy and Derek have spent months experimenting, interviewing major users of MySQL, talking to MySQL AB, benchmarking, and writing some of their own tools in order to produce the information in this book.
In High Performance MySQL you will learn about MySQL indexing and optimization in depth so you can make better use of these key features. You will learn practical replication, backup, and load-balancing strategies with information that goes beyond available tools to discuss their effects in real- life environments. And you'll learn the supporting techniques you need to carry out these tasks, including advanced configuration, benchmarking, and investigating logs.
Topics include:
A review of configuration and setup options
Storage engines and table types
Benchmarking
Indexes
Query Optimization
Application Design
Server Performance
Replication
Load-balancing
Backup and Recovery
Security
Test the closed alpha on paperc.com
Book Details
Authors
Jeremy Zawodny and Derek Balling
Categories
Computers > Web > Web Programming
Publishers
Publication year : 2007
License: All rights reserved ©
Times read: 922

