随笔分类 -  mysql

mysql
摘要:1. mycat下载 Mycat-server-1.6.7.4-release-20200105164103-win.tar.gz 2.配置conf/server.xml <user name="root" defaultAccount="true"> <property name="passwor 阅读全文
posted @ 2021-08-05 15:56 cxylm 阅读(221) 评论(0) 推荐(0)
摘要:1.引用pom依赖 <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> <version>4.0.1</version 阅读全文
posted @ 2021-08-05 15:47 cxylm 阅读(399) 评论(0) 推荐(0)
摘要:转自:https://www.cnblogs.com/littlecharacter/p/9342129.html 一、数据库瓶颈 不管是IO瓶颈,还是CPU瓶颈,最终都会导致数据库的活跃连接数增加,进而逼近甚至达到数据库可承载活跃连接数的阈值。在业务Service来看就是,可用数据库连接少甚至无连 阅读全文
posted @ 2021-08-03 09:21 cxylm 阅读(77) 评论(0) 推荐(0)