You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users want historical data to be frozen to reduce overall storage requirements/compaction of the blockchain DB. This will also enable users to move the ancient data to a slower disk than the primary SSD.
Can we also have Backwards sync use the freezer to store old blockchain data during the sync.
Users want historical data to be frozen to reduce overall storage requirements/compaction of the blockchain DB. This will also enable users to move the ancient data to a slower disk than the primary SSD.
Can we also have Backwards sync use the freezer to store old blockchain data during the sync.
https://geth.ethereum.org/docs/fundamentals/databases
https://superlunar.com/post/geth-freezer-files-block-data-done-fast.html
Notes
besu/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/storage/keyvalue/KeyValueStoragePrefixedKeyBlockchainStorage.java
Lines 53 to 58 in 1c261db
Tasks
The text was updated successfully, but these errors were encountered: