歡迎您光臨本站 註冊首頁

BeeCP-2.5.1 釋出,一款高效能 JDBC 連線池

←手機掃碼閱讀     admin @ 2020-08-08 , reply:0

1:基本介紹

小蜜蜂連線池是一款高效能的JDBC連線池,下面是與主流連線池的效能測試對比圖

測試機器:CPU:  I3-7100,記憶體: 8G,作業系統:Win7_64

效能測試包: https://github.com/Chris2018998/BeeCP/blob/master/doc/other/HikariCP-benchmark_SafeClose.zip

 

2:版本內容(BeeCP-2.5.1)

1:最佳化池中等待/傳遞邏輯,效能略有提升

2:修復連線的Readonly未重置的問題

3:修復networkTimeout檢查的警告的問題
 

3:版本下載


 <dependency>
    <groupId>com.github.chris2018998</groupId>
    <artifactId>BeeCP</artifactId>
    <version>2.5.1</version>
 </dependency>

Starter同步更新


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

4:專案地址

  專案在Github上的地址: https://github.com/Chris2018998/BeeCP


[admin ]

來源:OsChina
連結:https://www.oschina.net/news/117780/beecp-2-5-1-released
BeeCP-2.5.1 釋出,一款高效能 JDBC 連線池已經有173次圍觀

http://coctec.com/news/soft/show-post-247801.html