IBM DB2 allows Space reclamation since Version 9.7. Space Reclamation
I did not understand how it can help me.
Which benefits does this princip bring?? Which advantages has this process?
IBM DB2 allows Space reclamation since Version 9.7. Space Reclamation I did not understand
Share
When you do inserts to the database, the file physically expands to accommodate new data. After you make deletes to it, the engine only marks those deleted rows, not shrinking the file physically, because operation on a large dataset would be time/resource costly.
To address this issue various vendors offers ways to physically compact data, removing unnecessary data from a physical file at a givven time, ussually performed during backups…