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

Implement Connection Pooling #3206

Merged
merged 3 commits into from May 14, 2021
Merged

Implement Connection Pooling #3206

merged 3 commits into from May 14, 2021

Conversation

jeremylong
Copy link
Owner

Utilize connection pooling to improve performance:

Update times locally on my mac:

  • pre-connection pooling: ~135,000 ms
  • with connection pooling: ~103,000 ms

Update times locally on my mac using MySQL:

  • pre-connection pooling: 1,285,565 ms
  • with connection pooling: 639,945 ms

@boring-cyborg boring-cyborg bot added core changes to core tests test cases labels Mar 21, 2021
@jeremylong jeremylong added this to the 6.2.0 milestone Apr 3, 2021
@jeremylong jeremylong merged commit ebd3a31 into main May 14, 2021
@jeremylong jeremylong deleted the pooling branch July 13, 2021 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core changes to core tests test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant