mysql 缓存命中率

查看mysql缓存开关(query_cache_type)

show variables like 'Query%';

注意如果变量query_cache_size 为0,也相当于禁止缓存


查看mysql缓存命中率

show global status like 'qcache%';


参考文章:

MySql查询缓存及SQL Server过程缓存的理解及总结

MySQL高速缓存启动方法及参数详解query_cache_size=32M query_cache_type=1

你可能感兴趣的:(mysql 缓存命中率)