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

Use non-blocking buffer thread to protect handleTxn from LinkedBlockingQueue#put #1500

Closed
tinker-michaelj opened this issue May 30, 2021 · 0 comments
Assignees
Labels
Performance Issues related to performance concerns.
Milestone

Comments

@tinker-michaelj
Copy link
Collaborator

tinker-michaelj commented May 30, 2021

Summary
LinkedBlockingQueue#put is relatively expensive compared to e.g. ArrayBlockingQueue#offer; using a buffering thread for the handleTransaction --> recordStream handoff will be a significant performance gain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Issues related to performance concerns.
Projects
None yet
Development

No branches or pull requests

2 participants