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

Connection pooling #23

Merged
merged 1 commit into from Dec 16, 2021
Merged

Connection pooling #23

merged 1 commit into from Dec 16, 2021

Conversation

glommer
Copy link

@glommer glommer commented Dec 15, 2021

Implements connection pooling so that we don't have to open a new
connectio with every request. Benchmark won't even complete without this
for very high QPS scenarios for strong consistency.

Implements connection pooling so that we don't have to open a new
connectio with every request. Benchmark won't even complete without this
for very high QPS scenarios for strong consistency.
@penberg penberg merged commit 89a1a1f into chiselstrike:main Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants