alibaba / druid

阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
https://github.com/alibaba/druid/wiki
Apache License 2.0
27.95k stars 8.58k forks source link

druid 与 hikariCP 性能对比 #1298

Open ChinaXing opened 8 years ago

ChinaXing commented 8 years ago

https://github.com/brettwooldridge/HikariCP 从其与几个主流cp对比看,性能和稳定性非常好。

也有不少人用了后非常称赞。

druid 的性能测试对比中,没有雨HikariCP的对比。不知道性能对比如何?

soonboylena commented 7 years ago

https://tinyzzh.github.io/database/2016/06/04/Why_Use_HikariCP.html 这个文章里边提到:

Druid是阿里巴巴开源的“为监控而生的数据库连接池!”。 性能测试过程略低于HikariCP,但是提供了强大的监控和扩展功能。支持psCache。

有兴趣可以去GitHub查看。有中文文档。o(∩_∩)o 哈哈。阿里威武

kswen commented 6 years ago

看你想要的的功能点, 需要的功能多druid, 最关注连接性能hikariCP