摘要:
一、本地运行监控神器(以Windows为例) 1、安装Jruby,官网地址:http://jruby.org/ 2、官网下载最新的Redis State jar包,官网下载地址:https://github.com/junegunn/redis-stat/releases 3、启动Redis Sta 阅读全文
摘要:
一、查询缓存(query cache) 缓存命中率:所有的查询语句,命中缓存的请求数,占所有请求数的比例 查看是否开启缓存命中率 # 缓存的开关 show variables like '%query_cache_type%'; # 缓存的大小 show variables like '%query 阅读全文