I need to try & clear only a single query (actually a stored proc) from the cache in order to debug it & objectively determine if our optimizations are effective. It’s on a client’s production system that we have no backup for, and doing a db-wide query cache reset would be catastrophic.
Share
A few things on query cache:
You can add the SQL_NO_CACHE keyword in your queries in order to avoid caching.