feat: add block archiving support #339
Labels
Block Node
Issues/PR related to the Block Node.
Improvement
Code changes driven by non business requirements
P1
High priority issue. Required to be completed in the assigned milestone.
Milestone
Story
AS A Block Node User
I WANT to have my block files archived
SO THAT I will have a reduced storage cost
Tech Notes:
DEPENDS ON feat: add compression mode for BlockAsFileWriter #282
See Design a directory structure #125 where we have defined the design of the new
block-as-file
.The scope of this issue is to add archiving support to the block files that will be written to disk.
We need to implement a process/thread, that will be going to the fs and will be archiving block files that are already written to disk.
The parameters of this process/thread should probably be configurable externally.
The archiving process looks something like this:
The text was updated successfully, but these errors were encountered: