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

Make node use bounded amount of space on disk #2114

Open
nazar-pc opened this issue Oct 13, 2023 · 0 comments
Open

Make node use bounded amount of space on disk #2114

nazar-pc opened this issue Oct 13, 2023 · 0 comments
Labels
enhancement New feature or request node Node (service library/node app) performance Related to performance measurement or improvement upstream Blocked by upstream

Comments

@nazar-pc
Copy link
Member

While with special finalization rules we ensure correct blocks are pruned, this is not everything that node stores.

One thing that node for sure stores is block headers, they are never pruned in Substrate by default: paritytech/polkadot-sdk#1570

I'm also suspecting state might also be retained while blocks are pruned, but I didn't investigate it, so might be wrong there.

Essentially we need to resolve upstream paritytech/polkadot-sdk#1570 and make use of it in Subspace.

@nazar-pc nazar-pc added enhancement New feature or request node Node (service library/node app) performance Related to performance measurement or improvement upstream Blocked by upstream labels Oct 13, 2023
@nazar-pc nazar-pc added this to the Protocol UX Improvements milestone Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request node Node (service library/node app) performance Related to performance measurement or improvement upstream Blocked by upstream
Projects
Development

No branches or pull requests

1 participant