高性能 JDBC 连接池:BeeCP-3.2.5

栏目: 软件资讯 · 发布时间: 2年前

内容简介:BeeCP:一款高性能JDBC连接池,具有代码轻,性能高的特点。 1:与其他连接池性能对比 CPU:I5-4460,OS:Win7_64 内存:8G , 跑分源码出处:https://github.com/brettwooldridge/HikariCP-benchmark 2: 版本下载...

BeeCP:一款高性能JDBC连接池,具有代码轻,性能高的特点。

1:与其他连接池性能对比

高性能 JDBC 连接池:BeeCP-3.2.5

CPU:I5-4460,OS:Win7_64  内存:8G , 跑分源码出处:https://github.com/brettwooldridge/HikariCP-benchmark

2: 版本下载(Java7或更高版本)

<dependency>
   <groupId>com.github.chris2018998</groupId>
   <artifactId>beecp</artifactId>
   <version>3.2.5</version>
</dependency>

3: 更新内容

  • 优化池内候补线程
  • 优化Transfer过程代码,提高性能
  •  新增连接附加属性文本配置方式, 参考如下(properties)
#两条附加配置(数字可自定义)
connectProperties.count=2
#附加配置1(数字从1开始)
connectProperties.1=prepStmtCacheSize=50
#附加配置2(多个属性之间用&隔开,属性键与值之间可用 = 或:隔开)
connectProperties.2=prepStmtCacheSqlLimit=2048&useServerPrepStmts=true

Starter同步更新

<dependency>
   <groupId>com.github.chris2018998</groupId>
   <artifactId>beecp-spring-boot-starter</artifactId>
   <version>1.5.9</version>
</dependency>

4:项目地址


以上所述就是小编给大家介绍的《高性能 JDBC 连接池:BeeCP-3.2.5》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Elements of Statistical Learning

The Elements of Statistical Learning

Trevor Hastie、Robert Tibshirani、Jerome Friedman / Springer / 2009-10-1 / GBP 62.99

During the past decade there has been an explosion in computation and information technology. With it have come vast amounts of data in a variety of fields such as medicine, biology, finance, and mark......一起来看看 《The Elements of Statistical Learning》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具