Speed-testing a query? Flush your MySQL caches
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;
2009
28
Jul
- July 28 2009
- No comments published
- Tagged: Benchmarking, Cache, Flush, MySQL
No comments
Leave a comment