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

Move all read-only operations to parallel execution of all read operations #810

Closed
stephenpdeos opened this issue Mar 13, 2023 · 0 comments · Fixed by #901 or #929
Closed

Move all read-only operations to parallel execution of all read operations #810

stephenpdeos opened this issue Mar 13, 2023 · 0 comments · Fixed by #901 or #929
Assignees
Labels
enhancement New feature or request 👍 lgtm

Comments

@stephenpdeos
Copy link
Member

stephenpdeos commented Mar 13, 2023

Depends on first identifying all read-only operations that are safe to executing in parallel during the read window and documenting this (see #813).

Then this issue is to actually implement parallel execution of those identified transactions.

@stephenpdeos stephenpdeos converted this from a draft issue Mar 13, 2023
@arhag arhag linked a pull request Mar 16, 2023 that will close this issue
@arhag arhag added the enhancement New feature or request label Mar 16, 2023
@heifner heifner moved this from Todo to Awaiting Review in Team Backlog Mar 27, 2023
@arhag arhag linked a pull request Mar 28, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from Awaiting Review to Done in Team Backlog Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment