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
When pruned mode is enabled, delete all data from transactions and transaction_hashes tables that goes further back than the configured history value. This should probably not be done on every new block that gets inserted, but rather should be batched either every X minutes or only happen every X blocks. It is likely that this pruning can be entirely implemented in the storage layer.
The text was updated successfully, but these errors were encountered:
When pruned mode is enabled, delete all data from
transactions
andtransaction_hashes
tables that goes further back than the configured history value. This should probably not be done on every new block that gets inserted, but rather should be batched either every X minutes or only happen every X blocks. It is likely that this pruning can be entirely implemented in the storage layer.The text was updated successfully, but these errors were encountered: