Aug
21
googletechtalks asked:


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…

Comments

C7B27D7B4 on 24 August, 2008 at 11:19 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 on 25 August, 2008 at 9:30 pm #

Very informative…thanks


suyuIdareliHarca on 29 August, 2008 at 12:41 am #

Wow, thanks guys :)


Post a Comment
Name:
Email:
Website:
Comments: