fuel-block-committer icon indicating copy to clipboard operation
fuel-block-committer copied to clipboard

Database data retention

Open segfault-magnet opened this issue 9 months ago • 0 comments

The database is about to store considerably more data. Consider a solution that will prune old data (transactions, batches, submittals, etc) when we are sure that they are not needed.

Since postgresql doesn't support retention, this will probably end up being a service that runs periodically checking for stale data and cleaning it up.

segfault-magnet avatar May 21 '24 19:05 segfault-magnet