First, for the uninitiated, here’s a little background: There are three primary MySQL caching techniques: file-based, application, and the built-in query cache. There’s a good overview of the techniques here. In the simplest sense, the MySQL Query Cache stores the text of the query and the result of the query in memory. The Query Cache [...]
Read more

April 17, 2011
