Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BeeCP claims faster than HikariCP,it is true? #1559

Closed
HawksSam opened this issue Mar 22, 2020 · 1 comment
Closed

BeeCP claims faster than HikariCP,it is true? #1559

HawksSam opened this issue Mar 22, 2020 · 1 comment

Comments

@HawksSam
Copy link

URL: http://www.github.com/Chris2018998/BeeCP

20200315_I3_7100_HikariCP_Bech_Pict

@brettwooldridge
Copy link
Owner

brettwooldridge commented Mar 22, 2020

@HawksSam Have fun with that. It's dangerous. Apache tomcat pool is waaay faster than HikariCP, because by default it has no safeguards at all. If all you want is speed, but don't care about data corruption, go ahead and use BeeCP.

Search for HikariCP vs BeeCP, I have written comprehensive answers about why it cannot even be configured for proper safety, and is "faster" because it takes unsafe shortcuts (like Apache tomcat). It also appears that BeeCP copies many approaches, if not actual code, from HikariCP without fully understanding what the purpose is.

I'm tired of all the spam from BeeCP users. It feels like a Chinese government conspiracy. First it was druid users for years, and now it's BeeCP.

Repository owner locked and limited conversation to collaborators Mar 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants