Skip to content

Speed-testing a query? Flush your MySQL caches

by Jonathon on July 28th, 2009

Thanks to the MySQL Performance Blog for this tip:

RESET QUERY CACHE;
FLUSH TABLES;
SET GLOBAL key_buffer_size=0;
SET GLOBAL key_buffer_size=14691328;

From → Notebook

No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS