2023 大语言模型技术报告.pdf
宙飒天下网 一:基本介绍
BeeCP 是一款高性能 JDBC 连接池, 它具有性能高,代码轻,稳定好的特点。
测试机器:CPU: I3-7100,内存: 8G,操作系统:Win7_64
测试代码: https://github.com/Chris2018998/BeeCP/blob/master/doc/performance/HikariCP-benchmark_BeeCP
二:修改内容
1:新增连接创建超时配置项:createTimeout ,单位为秒。
2:修复仅在PG驱动下schema和catalog可随事务回滚,导致连接回收时schema和catalog未被重置的问题(enableFastDirtyOnScheme=true,enableFastDirtyOnCatalog=true)
3:代理Conenction中的方法内部增加严重SQL异常检测,未通过则强制关闭连接。
三:Maven 坐标
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp</artifactId> <version>3.5.1</version> </dependency>
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp-spring-boot-starter</artifactId> <version>1.7.4</version> </dependency>
四:项目地址
https://gitee.com/Chris2018998/BeeCP
https://github.com/Chris2018998/BeeCP
还没有评论,来说两句吧...