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

Discussion for deleting garbage data in StateDB #111

Open
ethan-kr opened this issue May 11, 2023 · 0 comments · May be fixed by #112
Open

Discussion for deleting garbage data in StateDB #111

ethan-kr opened this issue May 11, 2023 · 0 comments · May be fixed by #112

Comments

@ethan-kr
Copy link

This issue was written for the development of StateDB's garbage data deletion feature.

In StateDB, dozens to thousands of data are updated every block, and that much garbage data is created. There are state migration methods, but they increase the IO load and put a lot of strain on the system.

We want to develop a method to minimize the load on the system by putting the data to be deleted in a queue and clearing it little by little.

This issuance number is used as the KIP number.

@ethan-kr ethan-kr linked a pull request Jun 28, 2023 that will close this issue
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 a pull request may close this issue.

1 participant