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

Scribe writer does not use multi_get api #33

Closed
jackrobison opened this issue May 6, 2022 · 0 comments · Fixed by #35
Closed

Scribe writer does not use multi_get api #33

jackrobison opened this issue May 6, 2022 · 0 comments · Fixed by #35

Comments

@jackrobison
Copy link
Member

The wrtier can be made a good bit faster by batching the RevertablePut and RevertableDelete ops given to RevertableOpStack.extend_ops, internally combining them into fewer multi_get calls instead of verifying integrity on each key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant