Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant