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

Benchmark runtime transaction queue implementation #3358

Closed
kostko opened this issue Oct 1, 2020 · 0 comments · Fixed by #3434
Closed

Benchmark runtime transaction queue implementation #3358

kostko opened this issue Oct 1, 2020 · 0 comments · Fixed by #3434
Assignees
Labels
c:performance Category: performance c:runtime/scheduler Category: runtime txn scheduler

Comments

@kostko
Copy link
Member

kostko commented Oct 1, 2020

Currently the runtime transaction queue implementation uses a global lock and rewrites the whole queue when removing batches. We should benchmark the queue implementation and check if anything needs to be improved under scenarios that reflect how the transaction queue is actually used by the compute node.

@kostko kostko added c:performance Category: performance c:runtime/scheduler Category: runtime txn scheduler labels Oct 1, 2020
@ptrus ptrus self-assigned this Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:performance Category: performance c:runtime/scheduler Category: runtime txn scheduler
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants