Databases: LSM Explain Plan
Claudio Adonai Muto (contact me)
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.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (66.7%)
| Sufficient (66.7%)
| -
| -
| -
| -
| Not sure (40.0%)
| 1657 |
Click here for detailed information about this class on phpclasses.org