MySQL Query caching best fits for read only data. When the data in the cached table changes(insert, update or deleted) all the query caches are destroyed for that particular table. For data which gets modified, main memory caching platforms such as CSQL, memcached can be used.
Add a Comment
praba_tutyleft a comment