位置: 编程技术 - 正文

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查询分组后 组内数据)

  • 税率变化递延所得税资产怎么计算
  • 生产成本怎么做
  • 没有支付运费会怎样
  • 印花税自查补缴要先申报吗
  • 企业所得税完税证明怎么打印
  • 土地增值税怎么做账
  • 还没入库,发票已经给财务了 怎么办
  • 报销发票会计怎么处理
  • 保险公司多赔付的钱需要退还吗
  • 出口免税什么意思
  • 材料盘亏可收回成本吗
  • 营改增之后还有营业税吗
  • 预收物业费是否必须开具发票
  • 建筑企业在增值税方面新出台的政策
  • 车改补贴是否计入工资总额
  • 企业法人信息变更
  • 购车时服务费用怎么算
  • 固定资产清理出售合同
  • 企业风险应对的基本类型包括
  • 委托代购商品的核算有
  • 借贷记账法的记账规则是
  • 出口退税款的账户是什么
  • 类似股票期货的产品
  • 小规模防伪税控服务费280元
  • 公积金补缴上月算断缴吗
  • 公司的清洁费用是什么科目
  • 2022年增值税免税政策
  • 格拉纳达的阿尔罕布拉宫用什么材料制成?
  • 莫纳皮拉
  • 文化建设事业费优惠政策
  • ChatGPT进阶-提示词中文版
  • vuex五个核心概念
  • object.assign(this.$data, this.$options.data())
  • dns管理控制台在哪里
  • 销售建材行业
  • 实际缴纳增值税和应缴纳增值税
  • 企业之间的借款属于民间借贷吗
  • 数据源suspended
  • 准则对()、()和()等作出基本规定
  • 企业收购合并中土地问题
  • 应收账款属于供应商还是客户
  • 企业残保金该什么时间交
  • SQL Server 2008 R2 超详细安装图文教程
  • 无偿调入资产如何做账
  • 印花税的计算公式与计算注意事项
  • 已认证被作废发什么短信
  • 办理契税所需要的证件
  • 出口退税没有进项就退不了税吗?
  • 现金日记账根据记账凭证填写吗
  • 会计分录怎么用
  • 颁给供应商的奖项
  • 银行存款日记账手工账填写样本
  • 每个单位都要缴纳五险一金吗
  • centos中rpm包怎么安装
  • ubuntu 桌面
  • kms激活的弊端
  • windows任务管理
  • win8.1怎么安装软件
  • calc.exe是什么程序
  • mac修改用户名称
  • hwid.exe
  • 微软发布Win10更新
  • win10不兼容游戏名单
  • win10系统edge浏览器打不开解决办法
  • 电子版win10怎么安装
  • minidump文件怎么打开
  • webpack中CommonsChunkPlugin详细教程(小结)
  • Android一分钟环境搭建,包含Mac、Linux、Windows
  • 学习雷锋好榜样
  • unity3d ugui优化
  • excel的最后一列
  • vue.js打包部署
  • 从零开始学什么好
  • javascript 继承
  • 三角进攻怎么打
  • python 如何访问数据库
  • javascript test
  • 消费税的征收范围口诀
  • 免税收入要不要交水利基金?
  • 重庆市大学生田径锦标赛
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

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

    友情链接: 武汉网站建设