Skip to content

Make node use bounded amount of space on disk #2114

@nazar-pc

Description

@nazar-pc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestnodeNode (service library/node app)performanceRelated to performance measurement or improvementupstreamBlocked by upstream

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions