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

[resharding] Implement building new tries by using flat storage. #9417

Open
5 of 6 tasks
Tracked by #8992
shreyan-gupta opened this issue Aug 11, 2023 · 0 comments
Open
5 of 6 tasks
Tracked by #8992
Assignees

Comments

@shreyan-gupta
Copy link
Contributor

shreyan-gupta commented Aug 11, 2023

Currently for resharding when splitting the parent shard trie to the child shard tries, we are iterating over all the key value pairs in the parent trie. Instead of doing that, we can be more efficient by iterating over flat storage key, value pairs.

@shreyan-gupta shreyan-gupta changed the title Implement building new tries by using flat storage. [resharding] Implement building new tries by using flat storage. Aug 12, 2023
@shreyan-gupta shreyan-gupta self-assigned this Aug 15, 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

No branches or pull requests

1 participant