MySQL Performance Blog » MySQL Query Cache - 0 views
-
It does not cache the plan but full result sets
-
so it looks at first letter of the query and if it is “S” it proceeds with query lookup in cache if not - skips it.
-
Might not work with transactions
- ...15 more annotations...