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

Fetch everything during a read in one go #20

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Fetch everything during a read in one go #20

merged 2 commits into from
Oct 19, 2023

Conversation

alekcz
Copy link
Collaborator

@alekcz alekcz commented Oct 19, 2023

At the moment header, metadata and value are fetched sequentially, when needed, but this could be done at once to reduce latency. This significantly impacts the performance of the store.

This change fixes [#9] in a non-breaking manner.

@alekcz alekcz changed the title read data in one shot Fetch everything during a read in one go Oct 19, 2023
@alekcz
Copy link
Collaborator Author

alekcz commented Oct 19, 2023

@whilo this should solve [#9]

@whilo whilo merged commit db3f692 into main Oct 19, 2023
4 checks passed
@whilo whilo deleted the once-off-reads branch October 19, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants