Skip to content

Implement Connection Pooling#3206

Merged
jeremylong merged 3 commits intomainfrom
pooling
May 14, 2021
Merged

Implement Connection Pooling#3206
jeremylong merged 3 commits intomainfrom
pooling

Conversation

@jeremylong
Copy link
Copy Markdown
Collaborator

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
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jan 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

core changes to core tests test cases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant