Closed tayfunelmas closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.52%. Comparing base (
8ece1ac
) to head (dbc29f8
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is re-submission of part of #12029, which was reverted in #12085.
In this PR, we only stop saving
PartialChunks
to Cold DB, BUT we dot yet clear the existing data in Cold DB. The clearing of the data will be implemented in separate PR, since the previous attempt #12029 had issues with large data size being not cleared.Context
PartialChunk is not needed for replaying the chain history and answering historical queries. It can be re-constructed from other information such as Chunks column. Thus, we remove it from Cold DB. This will save ~9 TB disk space for archival nodes (dashboard).