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
Update the reaping goroutine so that it deletes rows in the history lookup tables which are outside the retention window. This should be as simple as executing a DELETE statement like:
DELETE FROM history_accounts WHERE latest_referenced_ledger < $ledger_boundary;
Update the reaping goroutine so that it deletes rows in the history lookup tables which are outside the retention window. This should be as simple as executing a
DELETE
statement like:For more context, see: Improving Reap Performance of History Lookup Tables
The text was updated successfully, but these errors were encountered: