04 2019 档案

摘要:查看一个库里面没有使用过的索引select object_type,object_schema,object_name,index_name,count_star,count_read,COUNT_FETCH from performance_schema.table_io_waits_summar 阅读全文
posted @ 2019-04-15 15:32 不翻身的咸鱼 阅读(1144) 评论(0) 推荐(0)
摘要:Mysql5.7安装准备 1.基础信息: (1)可参考官方文档【https://www.percona.com/doc/percona-server/5.7/installation/yum_repo.html】 (2)环境信息 系统:Centos7.3 Mysql:Percona的Mysql5.7 阅读全文
posted @ 2019-04-04 09:49 不翻身的咸鱼 阅读(1301) 评论(0) 推荐(0)