Performance Tuning Best Practices for MySQL

Back


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...

Channel: Howto & Style
Uploaded: October 8, 2007 at 8:06 pm
Author: googletechtalks

Length: 00:43:32
Rating: 4.50
Views: 7420

Tags: mysql google howto

Embed Code:


Video Comments:
C7B27D7B4 (October 10, 2008 at 6:53 pm)
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;
aloktherocker (March 5, 2008 at 7:32 am)
Very informative...thanks
suyuIdareliHarca (November 16, 2007 at 6:50 am)
Wow, thanks guys :)