-
Notifications
You must be signed in to change notification settings - Fork 33
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
Can dbbench use a connection pool? #12
Comments
Take a look at the |
Testing an ultra low latency workload. We need to discount the connection setup time from query execution time. The request is that a connection pool will first be opened and the queries run in that pool. |
Ah, then here are a couple of workarounds:
|
Looks like option 2 does work as expected ` [actual workload] I see the same LWPID being used +-----+-----------------+-----------+--------+----------------------+ +-----+-----------------+-----------+--------+----------------------+ The other connections are open until dbbench exits. ` |
Running a workload that needs a connection pool. Can dbbench be modified to use a pool?
The text was updated successfully, but these errors were encountered: