
October 13th, 2003, 01:57 PM
|
|
Junior Member
|
|
Join Date: Oct 2003
Location: Idaho, US
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
PHP SQL query caching compared to MySQL query caching
I was just doing some research on new features in MySQL 4.0. I stumbled across a new query caching feature that they added in version 4.0.1.
Does anybody have any facts about the comparative performance of using the built in MySQL caching features as opposed to the PHP method (ie. via PEAR::Cache or similar mechanisms)
|