负载/redis内存/mysql query cache

Posted 长风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了负载/redis内存/mysql query cache相关的知识,希望对你有一定的参考价值。

top

P cpu排序

M 缓存占比排序

 

 

登陆redis-cli

info memory

 

 

mysql查询缓存是根据sql查询语句计算出hash值,将query cache放入hash得一个链表中,如果涉及到相关数据表得修改,系统就会使相关query cache失效

have_query_cache 是否支持query cache

query_cache_limit  query cache单条最大结果集

query_cache_min_res_unit  query cache最小结果集

query_cache_size  系统分配query cache得内存大小

query_cache_type  系统是否打开了query_cache

query cache适合变化不频繁得表,成千上万得并发每次都要查询query cache hash链表带来得资源消耗还是很大

以上是关于负载/redis内存/mysql query cache的主要内容,如果未能解决你的问题,请参考以下文章

精华汇总

mysql高负载的问题排查

nginx四层负载均衡:redis和mysql

05.haproxy+mysql负载均衡 整合 redis集群+ssm

redis 简单整理——缓存设计[三十二]

HAProxy对redis和mysql服务实现四层负载