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
Prune logs older than the provided value of the flag --prune.r.older
Actual behaviour
In subsequent sync after the initial sync, older logs are not deleted on a rolling basis. Although during initial sync the older logs are not stored. However, with time, this could lead to bloating of the database
Steps to reproduce the behaviour
Run the node with prune flags and check table sizes for TransactionLog table
The text was updated successfully, but these errors were encountered:
System information
Erigon version:
./erigon --version
2.59.0, 2.59.1, 2.59.2, 2.59.3
Chain/Network: All supported
Expected behaviour
Prune logs older than the provided value of the flag
--prune.r.older
Actual behaviour
In subsequent sync after the initial sync, older logs are not deleted on a rolling basis. Although during initial sync the older logs are not stored. However, with time, this could lead to bloating of the database
Steps to reproduce the behaviour
Run the node with prune flags and check table sizes for
TransactionLog
tableThe text was updated successfully, but these errors were encountered: