-
Notifications
You must be signed in to change notification settings - Fork 62
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
Options for setting MySQL connection lifetime and other parameters #113
Comments
To provide more details. Actual applications may have different connection pool settings, and in many cases they have enabled connection recycling. Connection recycling might significantly distort throughput data if connection lifetime is short. |
I've added it to the tasks, we'll investigate it. |
thanks @szkiba |
@szkiba any updates? |
@sharathjag sorry for delay. FYI #122 it is almost done |
I hope #123 will solve this, I'll create a release soon |
Thank you! Appreciate it |
Would it be possible for exposing driver parameters in Database struct?
We would need to refined access mysql driver parameters to test our use-cases and are currently limited to using connection string.
Would it be possible to expose these settings.
Happy to create a PR.
The text was updated successfully, but these errors were encountered: