位置: 编程技术 - 正文

mysql性能优化工具--tuner-primer使用介绍(mysql语句性能优化)

编辑:rootadmin

推荐整理分享mysql性能优化工具--tuner-primer使用介绍(mysql语句性能优化),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:mysql5.7性能优化,mysql性能优化和高可用性实践,mysql性能优化和高可用性实践,mysql性能优化工具,mysql8性能优化,mysql性能优化和高可用架构实践 pdf,mysql性能优化和高可用架构实践 pdf,mysql5.7性能优化,内容如对您有帮助,希望把文章链接给更多的朋友!

mysql性能优化工具--tuner-primer使用介绍(mysql语句性能优化)

下载并改变执行权限:wget +x tuning-primer.sh./tuning-primer.sh结果报告:会用几种颜色标记:蓝色:总指标绿色:表示此参数还可以红色:表示此参数有严重问题深红色:表示有问题参数黄色:一些信息提示而且还有警告:Note! This script will still suggest raising the join_buffer_size whenANY joins not using indexes are found.下面是一个报告的结果 xx@xxxxxx:~$ . ./tuning-primer.sh mysqld is alive-- MYSQL PERFORMANCE TUNING PRIMER --- By: Matthew Montgomery -MySQL Version 5.1.-enterprise-gpl-log x_Uptime = 4 days 0 hrs min 3 secAvg. qps = Total Questions = Threads Connected = 4Server has been running for over hrs.It should be safe to follow these recommendationsTo find out more information on how each of theseruntime variables effects performance visit: info about MySQL's Enterprise Monitoring and Advisory ServiceSLOW QUERIESThe slow query log is NOT enabled.Current long_query_time = . sec.You have out of that take longer than . sec. to completeYour long_query_time seems to be fineBINARY UPDATE LOGThe binary update log is enabledThe expire_logs_days is not set.The mysqld will retain the entire binary log until RESET MASTER or PURGE MASTER LOGS commands are run manuallySetting expire_logs_days will allow you to remove old binary logs automaticallySee THREADSCurrent thread_cache_size = Current threads_cached = Current threads_per_sec = 0Historic threads_per_sec = 0Your thread_cache_size is fineMAX CONNECTIONSCurrent max_connections = Current threads_connected = 4Historic max_used_connections = The number of used connections is % of the configured maximum.Your max_connections variable seems to be fine.MEMORY USAGEMax Memory Ever Allocated : . GConfigured Max Per-thread Buffers : . GConfigured Max Global Buffers : 6. GConfigured Max Memory Limit : . GPhysical Memory : 8. GMax memory limit exceeds % of physical memory(内存设置严重有问题!--By Me)KEY BUFFER * / * Current MyISAM index space = 8 KCurrent key_buffer_size = 2. GKey cache miss rate is 1 : Key buffer free ratio = 0 %Your key_buffer_size seems to be too high.Perhaps you can use these resources elsewhere(错误参数设置:query_cache_size > query_cache_limit --By Me)SORT OPERATIONSCurrent sort_buffer_size = 4 MCurrent read_rnd_buffer_size = MSort buffer seems to be fineJOINSCurrent join_buffer_size = . KYou have had 1 queries where a join could not use an index properlyYou should enable "log-queries-not-using-indexes"Then look for non indexed joins in the slow query log.If you are unable to optimize your queries you may want to increase yourjoin_buffer_size to accommodate larger joins in one pass.Note! This script will still suggest raising the join_buffer_size whenANY joins not using indexes are found.( join_buffer_size设置过小,另外存在一个查询使用了join但是没有走索引 --By Me)OPEN FILES LIMITCurrent open_files_limit = filesThe open_files_limit should typically be set to at least 2x-3xthat of table_cache if you have heavy MyISAM usage.Your open_files_limit value seems to be fineTABLE CACHECurrent table_open_cache = tablesCurrent table_definition_cache = tablesYou have a total of 0 tablesYou have open tables.

TABLE SCANSCurrent read_buffer_size = 2 MCurrent table scan ratio = : 1You have a high ratio of sequential access requests to SELECTsYou may benefit from raising read_buffer_size and/or improving your use of indexes.TABLE LOCKINGCurrent Lock Wait ratio = 1 : Your table locking seems to be fine

MySQL分组查询Group By实现原理详解 由于GROUPBY实际上也同样会进行排序操作,而且与ORDERBY相比,GROUPBY主要只是多了排序之后的分组操作。当然,如果在分组的时候还使用了其他的一些聚

mysql 松散的索引扫描(Loose index scan) 优化GroupBy最有效的办法是当可以直接使用索引来完全获取需要group的字段。使用这个访问方法时,MySQL使用对关键字排序的索引的类型(比如BTREE索引)

MySQL学习笔记小结 慢速SQL:执行时间超过给定时间范围的查询就称为慢速查询。在MySQL中如何记录慢速SQL?答:可以在my.cnf中设置如下信息:[mysqld];enabletheslowquerylog,default1

标签: mysql语句性能优化

本文链接地址:https://www.jiuchutong.com/biancheng/347547.html 转载请保留说明!

上一篇:MySQL学习第四天 Windows 64位系统下使用MySQL(mysql几天能学会)

下一篇:MySQL分组查询Group By实现原理详解(mysql查询分组后 组内数据)

  • 小规模纳税人销售农产品税率是多少
  • 一般纳税人可以开免税发票吗
  • 存货盘亏计入哪个会计科目
  • 餐饮服务需要缴纳增值税吗
  • 企业所得税预缴后亏损
  • 非房产企业出售不动产需要缴纳增值税吗
  • 车船税是费用吗
  • 上缴财政收入怎么做账
  • 关联方往来款项余额
  • 个人如何开劳务费怎么开
  • 发票丢失能直接作废吗
  • 坏账准备如何计提计算
  • 银行不可税前抵扣的情形
  • 车辆购置税入什么科目?
  • 企业注销后资产如何处置
  • 24个问题
  • 开具增值税专用发票和普通发票的区别
  • 预付账款需要发票吗
  • 外包物流适用范围
  • 宣传活动物资
  • 小微企业附加税怎么算
  • 自然人股权转让要交什么税
  • 未缴少缴税款追征期
  • 存货盘亏损失
  • 企业之间资金拆借利息是否可以税前扣除
  • 发生销售折让会计分录
  • 电脑右下角弹出网页没有×怎么关闭
  • 会计中在建工程与建筑安装工程的区别
  • mac中的finder简介命令
  • 原版win10系统安装方法
  • 交契税需要什么东西
  • 农产品专票可以开零税率吗
  • 普利特维采湖群国家公园天气
  • 浏览器windows下载
  • 没有实收资本可以投资吗
  • 研发和技术服务税率3%
  • 电赛例题
  • 溢价发行股票相关手续费计入
  • 会务费什么企业可以开
  • 工会经费计提的会计分录
  • 股东以房产投资公司
  • sql server打开方式
  • 商业承兑汇票的流程
  • 家庭保洁服务包括什么
  • 融资租入的固定资产视为自有固定资产
  • 企业之间借款利息开票编码
  • 交易性金融资产包括哪些项目
  • 一般纳税人其他咨询服务税率
  • 购进业务:从国内购进生产用原材料
  • 材料成本差异怎么做分录
  • 无形资产摊销的会计科目
  • 收据和收款收据的法律效力
  • 值得收藏的一元硬币
  • solaris 安装
  • windows8如何安装
  • xp系统如何加速
  • 支付宝安全控件可以卸载吗
  • hookproxy.dll
  • win8系统摄像头在哪里打开
  • win7开机每次都要输入用户名
  • win10怎么修改桌面图标样式
  • Unity-Shader Sublime 自制shader提示插件
  • ztree拖动
  • jquery轮播代码
  • node.js操作文件
  • 又拍云cdn配置
  • vue分页查询
  • nodejs快速入门
  • nodejs抓取网页内容
  • js的点击事件怎么做
  • void方法设置断言
  • jquery增删改查方法
  • unity she
  • jquery插件库怎么导入
  • 安卓快速开发平台
  • 闽政通城乡居民养老保险认证
  • 广西税务怎么交城乡养老保险
  • 消费税申报详细流程图
  • 所得税季度预缴申报表怎样填写
  • 印花税零申报表怎么填步骤
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设