MySQL查询缓存变量

时间:2025-11-04 23:42:23来源:极客码头作者:系统运维
MySQL查询缓存变量
查存变复制mysql> show global status like qcache%;   +-------------------------+-----------+   | Variable_name | Value |   +-------------------------+-----------+   | Qcache_free_blocks | 22756 |   | Qcache_free_memory | 76764704 |   | Qcache_hits | 213028692 |   | Qcache_inserts | 208894227 |   | Qcache_lowmem_prunes | 4010916 |   | Qcache_not_cached | 13385031 |   | Qcache_queries_in_cache | 43560 |   | Qcache_total_blocks | 111212 |   +-------------------------+-----------+  1.2.3.4.5.6.7.8.9.10.11.12.13.
相关内容
热点内容