Performance Tuning Best Practices for MySQL


Google TechTalks April 28, 2006 Jay Pipes Jay Pipes is a co-author of the recently published Pro MySQL (Apress, 2005), which covers all of the newest MySQL 5 features, as well as in-depth discussion and analysis of the MySQL server architecture, storage engines, transaction procesing, benchmarking, and advanced SQL scenarios. You can also see his name on articles appearing in Linux Magazine and can read more articles about MySQL at his website. ABSTRACT Learn where to best focus your attention when tuning the performance of your applications and database servers, and how to effectively find the “low hanging fruit” on the tree of bottlenecks. It’s not rocket science, but with a bit of acquired…

7 thoughts on “Performance Tuning Best Practices for MySQL”

  1. This is a really great presentation from a true MySQL pro (thanks Jay). It is a must for anyone interested in MySQL Performance.

    Most of it still holds true, although it is 3 years now. A few things have happened, though, for example a number of new tools exist to make it easier discovering bad queries in your database – e.g. Jet Profiler for MySQL or Enterprise Monitor.

    To stay updated with more performance stuff, do check out “MySQL Performance blog” and “Planet MySQL”.

    MySQL rocks.

  2. i love the fact that the top three categories of performance issues are all related to the SQL code (DML & DDL) which is used to build and query the database; this has always been my experience; if properly programmed, even an unscalable server (MsAccess, SQLite, dBase, …) can be pushed to its theoretical limit of performance; if poorly programmed, even a scalable server (Oracle, MsSqlServer, Sybase, …) can bog down and become unresponsive;

Leave a Reply to nekinadimak09 Cancel reply