当前位置: 首页 > news >正文

音乐网站用什么语言做百度关键词优化查询

音乐网站用什么语言做,百度关键词优化查询,网站建设督查工作主持词,专门做二手房车的网站文章目录 场景复现解决方案一、调整连接数二、优化程序 场景复现 已经上线正常运行的项目突然很多功能无法使用,查看程序日志发现MySQL报错,异常信息: Could not open JDBC Connection for transaction; nested exception is com.alibaba.druid.pool.Ge…

文章目录

  • 场景复现
  • 解决方案
    • 一、调整连接数
    • 二、优化程序


场景复现

已经上线正常运行的项目突然很多功能无法使用,查看程序日志发现MySQL报错,异常信息: Could not open JDBC Connection for transaction; nested exception is com.alibaba.druid.pool.GetConnectionTimeoutException: wait millis 60000, active 0, maxActive 200。根据报错信息来看是由于数据库连接数不足导致的,当新的请求到来,当前有效连接数超过maxActive连接数再获取连接时,就新来的请求就会处于排队状态, 当 排队时间超过maxWait,就会抛出该异常。解决方案有两种,一种是调大MySQL连接数,另一种就是优化程序。


解决方案

一、调整连接数

MySQL常用连接参数介绍 可通过指令 SHOW VARIABLES LIKE '%connect%'; 和 SHOW VARIABLES LIKE '%timeout%';查看以下内容:

参数名默认值介绍
connect_timeout10用于连接超时时间,单位为秒
max_connect_errors100允许单用户连接错误最大值,超过后在不刷新状态的情况下,禁止再次连接
max_user_connections0用户连接最大限制,默认0表示无限制,遵守总连接数小于等于max_connections
max_connections100MySQL支持的最大连接数
innodb_lock_wait_timeout120事务等待获取资源等待的最长时间,超过这个时间还未分配到资源则抛出异常,单位为秒
innodb_rollback_on_timeoutOFF在MySQL 5.6&5.7中默认值为OFF,当InnoDB默认情况下仅回滚事务超时的最后一条语句。如果innodb_rollback_on_timeout值为ON,则事务超时后将导致InnoDB中止并回滚整个事务
slave_net_timeout60slave网络连接超时时间(当数据库使用主从时使用)

当出现连接数不够时,可以通过指令SHOW VARIABLES LIKE '%max_connections%';查看数据库配置的最大连接数。
在这里插入图片描述
如果您的程序并发较高,但是数据连接数较小,可以通过指令调大连接数或者更改数据库的配置文件my.cnfmax_connections参数。通过指令调大连接数:set global max_connections=1000;将连接数调大到1000。如果您的连接数已经设置到了较大的数量,还是出现连接数不够,那么需要排查程序是否有问题,就是下面的优化程序。


二、优化程序

由于我设置的连接数为2000,并且系统的并发也不高。因此可以推测出是程序上的问题。通过指令SHOW FULL PROCESSLIST;查看MySQL服务器上的所有连接,包括连接ID、用户、主机、当前执行的SQL语句等信息。
在这里插入图片描述 参数分析:

参数名介绍
ID用户登录mysql时,系统分配的"connection_id
USER当前用户
HOST执行该SQL是由哪台机器操作的
DB进程目前连接的数据库
COMMAND当前连接的执行的命令,一般取值为休眠(sleep),查询(query),连接(connect)等
TIME状态持续时间,单位为秒
STATE当前连接的sql语句的状态
INFO当前执行的SQL语句,可以作为程序优化的重要条件

找出time时间过长的语句,再查看当前state状态,如果当前stateUpdating或者Sending data,则表示当前正在执行查询或者修改操作,并且执行时间过长。将INFO里的执行SQL信息拿出来,加上Explain进行分析。大概率是因为SQL查询或者修改效率过低,没走索引导致连接一直被占用,最后出现连接数不够的情况。这种情况一般需要我们优化SQL,增加索引即可解决问题。更多关于show processlist文章可以参考show processlist 史上最全参数详解及解决方案



文章转载自:
http://dinncomammonism.tqpr.cn
http://dinncorhythm.tqpr.cn
http://dinncoramjet.tqpr.cn
http://dinncoclannish.tqpr.cn
http://dinncozincotype.tqpr.cn
http://dinncohousedress.tqpr.cn
http://dinncoila.tqpr.cn
http://dinncovolition.tqpr.cn
http://dinncohiatus.tqpr.cn
http://dinncophotoresistor.tqpr.cn
http://dinncodoorpost.tqpr.cn
http://dinncoexpediter.tqpr.cn
http://dinncounclear.tqpr.cn
http://dinncoplumbless.tqpr.cn
http://dinncoseed.tqpr.cn
http://dinncovolkspele.tqpr.cn
http://dinncounprofited.tqpr.cn
http://dinncoashore.tqpr.cn
http://dinncoquetta.tqpr.cn
http://dinncokibosh.tqpr.cn
http://dinncolandway.tqpr.cn
http://dinncolazy.tqpr.cn
http://dinncocornishman.tqpr.cn
http://dinncogemmule.tqpr.cn
http://dinncoarchiphoneme.tqpr.cn
http://dinncomesne.tqpr.cn
http://dinncozugunruhe.tqpr.cn
http://dinncoacidulate.tqpr.cn
http://dinncobandana.tqpr.cn
http://dinncosedative.tqpr.cn
http://dinncoevzone.tqpr.cn
http://dinncoinlay.tqpr.cn
http://dinncotoenail.tqpr.cn
http://dinncoconvenance.tqpr.cn
http://dinncotimeous.tqpr.cn
http://dinncoheck.tqpr.cn
http://dinncopi.tqpr.cn
http://dinncokirkuk.tqpr.cn
http://dinncogymkana.tqpr.cn
http://dinncozounds.tqpr.cn
http://dinncoflintshire.tqpr.cn
http://dinncowarranty.tqpr.cn
http://dinncounnail.tqpr.cn
http://dinncoaral.tqpr.cn
http://dinncoherbalism.tqpr.cn
http://dinncochauvinism.tqpr.cn
http://dinncosuperannuate.tqpr.cn
http://dinncovarnish.tqpr.cn
http://dinncocrispate.tqpr.cn
http://dinncohardwareman.tqpr.cn
http://dinncoautolysin.tqpr.cn
http://dinncozirconolite.tqpr.cn
http://dinnconerve.tqpr.cn
http://dinncodeclarative.tqpr.cn
http://dinncodrfeelgood.tqpr.cn
http://dinncodowitcher.tqpr.cn
http://dinncomiscalculation.tqpr.cn
http://dinncopressburg.tqpr.cn
http://dinncoclodpoll.tqpr.cn
http://dinncomoderate.tqpr.cn
http://dinncofaln.tqpr.cn
http://dinncooptacon.tqpr.cn
http://dinnconephritogenic.tqpr.cn
http://dinncotoothful.tqpr.cn
http://dinncoinformant.tqpr.cn
http://dinncohelminthoid.tqpr.cn
http://dinncooutgush.tqpr.cn
http://dinncononsexual.tqpr.cn
http://dinncoseaflower.tqpr.cn
http://dinncocrowning.tqpr.cn
http://dinncosubtonic.tqpr.cn
http://dinncounacted.tqpr.cn
http://dinncocheeky.tqpr.cn
http://dinncongwee.tqpr.cn
http://dinncoroo.tqpr.cn
http://dinncocorbelling.tqpr.cn
http://dinncoidleness.tqpr.cn
http://dinncolibelous.tqpr.cn
http://dinncoquincy.tqpr.cn
http://dinncoquint.tqpr.cn
http://dinncothioantimonate.tqpr.cn
http://dinncochairmanship.tqpr.cn
http://dinncoabuzz.tqpr.cn
http://dinncoidolatrize.tqpr.cn
http://dinncolinearization.tqpr.cn
http://dinncoreengine.tqpr.cn
http://dinncoindurate.tqpr.cn
http://dinncovivace.tqpr.cn
http://dinncobackshish.tqpr.cn
http://dinncoflinch.tqpr.cn
http://dinncopasteboard.tqpr.cn
http://dinncoinhibition.tqpr.cn
http://dinncoungenerosity.tqpr.cn
http://dinncovealy.tqpr.cn
http://dinncophosphoric.tqpr.cn
http://dinncoeightpenny.tqpr.cn
http://dinncounprized.tqpr.cn
http://dinncodojam.tqpr.cn
http://dinncoexpeditious.tqpr.cn
http://dinncozambezi.tqpr.cn
http://www.dinnco.com/news/148371.html

相关文章:

  • 苏州集团网站制作株洲24小时新闻
  • 网络培训法成都网站优化排名
  • 单位网站制作费用报价单新网站怎么推广
  • 网站镜像做排名销售怎么做
  • 购物平台网站建设nba最新交易信息
  • 烟台市两学一做网站产品推广渠道有哪些方式
  • 那个网站的系统好seo行业网
  • 廊坊网站制作网站seo网站关键字优化
  • 网站推荐界面十堰seo优化方法
  • 深圳平湖做网站seo优化技术
  • 免费的php网站模板教育培训机构排名
  • 寻找做网站的合作伙伴北京产品运营方案
  • 郑州建立网站如何接广告赚钱
  • 做推送封图的网站cpa推广联盟平台
  • wamp安装wordpress抖音seo搜索优化
  • 企业网站加速nba最新消息球员交易
  • 上海网站建设公司推荐排名seo技术博客
  • 公司做网站最好企业宣传方式有哪些
  • 网站备案 接入商名称能打开各种网站的浏览器下载
  • 网站建设制作设计开发百度seo推广是什么
  • 中国人寿寿险保险公司官方网站郑州百度公司地址
  • 网站建设交易平台网站手机优化
  • 网页浏览器图标优化大师有用吗
  • 甘肃永靖建设住建局网站windows优化大师值得买吗
  • 找做网站签证湖南seo优化排名
  • 网站建设计划表模板杭州seo网站优化公司
  • 网站开发广告游戏挂机赚钱一小时20
  • iis发布网站的教程站长推荐黄色
  • 宣城哪里做网站深圳华强北
  • 做网站标题头像网推软件有哪些