Table reorganization during ledger pruning?
App Development2 posts140 views1 likesLast activity Nov 2021
ME
meetOP
Nov 2021Pruning 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?
ME
meet
Nov 2021 1From @oliverse:
This is correct, any database vacuuming (Postgres) or defragmentation (Oracle) would have to be performed separately.