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

Optimize ledger shard block fetching #3765

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

Previously each the fog ledger shard would fetch all blocks even though they only needed a subset of blocks. Now only the subset of blocks the shard is responsible is fetched.

fog/ledger/server/src/db_fetcher.rs Show resolved Hide resolved
fog/ledger/server/src/db_fetcher.rs Show resolved Hide resolved
Previously each the fog ledger shard would fetch *all* blocks even
though they only needed a subset of blocks. Now only the subset of
blocks the shard is responsible is fetched.
@nick-mobilecoin nick-mobilecoin merged commit a7b70f6 into release/v5.2 Dec 6, 2023
92 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/reduce-ledger-store-load branch December 6, 2023 01:32
This was referenced Dec 6, 2023
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