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

write and load big genesis file #577

Closed
4 tasks done
dudong2 opened this issue Mar 6, 2023 · 0 comments · Fixed by #576
Closed
4 tasks done

write and load big genesis file #577

dudong2 opened this issue Mar 6, 2023 · 0 comments · Fixed by #576
Assignees
Labels
C: enhancement Classification: New feature or its request, or improvement in maintainability of code

Comments

@dudong2
Copy link
Contributor

dudong2 commented Mar 6, 2023

Summary

As the genesis.json file based migration progressed, the function to write and load large files to the db was required. The block size of leveldb is limited to 4gb. Therefore, if the genesis.json file exceeds 4gb, a way to divide and save it is needed.

Problem Definition

Proposal


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@dudong2 dudong2 self-assigned this Mar 6, 2023
@dudong2 dudong2 added the C: enhancement Classification: New feature or its request, or improvement in maintainability of code label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: enhancement Classification: New feature or its request, or improvement in maintainability of code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant