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

Buffered blockstore write optimization #1059

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

creativcoder
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Reduce time to resolve links in flush to ~51ms in buffer blockstore write
  • Buffer writes to avoid re-allocating vec on every copy_rec call

Reference issue to close (if applicable)

Closes #1056

Other information and links

@CLAassistant
Copy link

CLAassistant commented Mar 26, 2021

CLA assistant check
All committers have signed the CLA.

@creativcoder creativcoder marked this pull request as ready for review March 29, 2021 10:19
@creativcoder creativcoder requested a review from a user March 29, 2021 10:19
…rites

Buffer writes to avoid re-allocating vec on every copy_rec call
@creativcoder creativcoder merged commit 4a9e4e4 into main Mar 30, 2021
@creativcoder creativcoder deleted the creativcoder/batch_writes branch March 30, 2021 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add batching when doing buffered blockstore writes
3 participants