PHP Classes

Easy MySQL Cache: Cache MySQL query results in MySQL memory tables

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,406 All time: 2,769 This week: 220Up
Version License PHP version Categories
ezmc 0.2GNU General Publi...5.0PHP 5, Cache
Description 

Author

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.

Innovation Award
PHP Programming Innovation award nominee
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
Picture of Kaan Tunçel
  Performance   Level  
Name: Kaan Tunçel <contact>
Classes: 1 package by
Country: Turkey Turkey
Age: 48
All time rank: 191833 in Turkey Turkey
Week rank: 483 Up8 in Turkey Turkey Up
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Plain text file ezmc.class.php Class Example included

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,406
This week:0
All time:2,769
This week:220Up
User Comments (1)
good job
11 years ago (tuncay bahadir)
60%StarStarStarStar