Pruning involves removing archived contracts from the ledger and clearing space from the database and thus the storage on the server. Is any table reorganization needed for releasing space from the database? If yes, which tables and how often does it need to be done?
From @oliverse:
This is correct, any database vacuuming (Postgres) or defragmentation (Oracle) would have to be performed separately.
1 Like