Community

Was a query served from MySQL Query Cache?

(Maciej Dobrzanski) The MySQL query cache is a special buffer, where database stores the text of a SELECT statement together with the corresponding result that was sent to the client. For as long as no table that a statement refers to changes in any way, including the contents, the cached result can

Read More - Register for Free Membership