 |
|
Innovation award
 Nominee: 1x |
This class can cache MySQL query results in MySQL memory tables.
It can execute a given MySQL query and store the results in a record of a MySQL table of type MEMORY, so it can be used as cache.
The class can retrieve the results from the cache table if the same query is executed again and the cache has not yet expired.
The MEMORY type cache table can be created automatically when the given database is selected, if it does not yet exist.
|
|
| Name: |
Easy MySQL Cache |
| Base name: |
ezmc |
| Description: |
Cache MySQL query results in MySQL memory tables |
| Version: |
0.2 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1170 users |
| All time rank: |
2820 |
| Week users: |
4 users |
| Week rank: |
674  |
| |
|
 October 2011
Number 3
Prize: One copy of RadPHP XE |
Database queries are often what takes more time to execute when you access a Web page.
This class implements a clever approach to reduce the time to run frequently executed MySQL database queries.
It retrieves the query results and stores them in MySQL tables of type MEMORY. The next time the same query is executed, the results are retrieved much faster from those memory based tables.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|