PHP Classes

LSM Explain Plan: Show a MySQL query execution plan and performance

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStar 34%Total: 894 This week: 1All time: 3,952 This week: 560Up
Version License PHP version Categories
lsmexplain_plan 1.0.0GNU General Publi...3Databases, Performance and optimization
Description 

Author

This class can retrieve the explanation of the execution of a given MySQL database SELECT query and compute a relative performance factor.

The class executes an EXPLAIN query to retrieve the information about the tables, columns, indexes and search methods involved in a SELECT query.

It uses the retrieved information to compute a relative performance factor that is presented in a simple report along with other details pertaining to the execution plan of the query.

Innovation Award
PHP Programming Innovation award winner
April 2005
Winner


Prize: One copy of the Zend Studio
When it is necessary to improve the performance of database applications, the developers often evaluate the SQL queries that are executed, so they can determine how to make the applications run faster.

MySQL has a SQL command named EXPLAIN that lets the developers see which tables, columns, indexes are involved in an SELECT query. Then they can consider eventual database changes that can make the query execute faster.

This class uses the information returned by the EXPLAIN command and computes a performance factor that can be used to easily determine if the changes in the query statement or in the database tables and indexes that are tried effectively lead to performance improvements.

Manuel Lemos
Picture of Claudio Adonai Muto
Name: Claudio Adonai Muto <contact>
Classes: 6 packages by
Country: Brazil Brazil
Age: 50
All time rank: 90663 in Brazil Brazil
Week rank: 109 Up9 in Brazil Brazil Up
Innovation award
Innovation award
Nominee: 1x

Winner: 1x

Recommendations

What is the best PHP mysql tuner class?
MySQL tuner for optimizing the performance of a database

Screenshots  
  • sql.jpg
  Files folder image Files  
File Role Description
Plain text file LSMexplain_plan.class.php Class Executes a explain in a SQL statement

 Version Control Unique User Downloads Download Rankings  
 0%
Total:894
This week:1
All time:3,952
This week:560Up
 User Ratings  
 
 All time
Utility:58%StarStarStar
Consistency:54%StarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:34%StarStar
Rank:4109