nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.17k stars 232 forks source link

Proposal to Reduce Disk Usage by Removing Unnecessary Witness Data #4678

Open eval-exec opened 1 month ago

eval-exec commented 1 month ago

Feature Request

Is your feature request related to a problem? Please describe.

As CKB nodes continue to grow with more blocks, the data directory's disk space usage increases significantly. A large portion of the space is occupied by the witness field in the transaction structure. It would be helpful to provide a method to remove unnecessary witness data to save disk space.

Describe the solution you'd like

Provide a way to delete unnecessary witness field in ckb-freezer.

Describe alternatives you've considered