News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Andrew Johnstone's Blog:
MySQL & PHP Performance Optimization Tips
July 25, 2007 @ 07:49:00

Andrew Johnstone has posted a few handy tips to help you find out where in your application a certain kind of issue might lie - MySQL/PHP performance problems.

In high performance web applications you will always have bottlenecks within your application. Identifying these bottlenecks and optimizing is a tedious task and typically show themselves underload. A single bad/unindexed query can bring a server to its knees. A large number of rows will also help to highlight any poor queries, and on very large datasets you may come to the point where you may have to make decisions whether to denormilize database schema.

One of his recommendations is to run an EXPLAIN on each of the pages, showing what kinds of queries are being run and how long they could take. Once you've found that there is an issue somewhere, then you can move on to his next tip - using mysqlreport and mytop to watch the processes. He includes some sample commands to run, but there's more detailed information in a guide on hackmysql.com.

2 comments voice your opinion now!
performance mysql tip mysqlreport mytop explain index performance mysql tip mysqlreport mytop explain index





Similar Posts

Justin Silverton\'s Blog: Using PEAR Cache_Lite for High Performance

Brandon Savage's Blog: Hitting the Database Less: Quick and Dirty Strategies for Database Efficiency

PHPImpact Blog: BBC's New Infrastructure: Java and PHP

Jamie Hemmett's Blog: Tips for PHP User Groups

Developer.com: Creating a Code Search Engine with PHP and MySQL


Community Events







Don't see your event here?
Let us know!


package PEAR framework ajax application database release mysql developer zendframework cakephp code conference zend example job security PHP5 releases book

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework