Hello!
I'm not very experienced with the background processes of space management behind DB2, so my question may be stupid.... I already searched the DB2 Administration Guide and the dbforums.com archives, but I fear I'm searching with the wrong search terms.
DB2 Version 7, runnning under OS/390.
I have a 3 big tables (each 40GB+) in 3 tablespaces and lots of the information isn't needed anymore, but should be "retrievable". I'm getting problems with the space management guys.
Now I'm unloading parts of the content with DSNUPROC and sending the SYSREC00s to MIGRATIONLEVEL2, thereafter deleting the rows in the tables.
Now the question is: when is the physical disk space behind the tablespace actually reduced? Does a REORG suffice? Is there anything else I have to do? All the tuning guides only have information about extending the tablespaces or compressing data that remains online but what about getting rid of it?
Thanks for your help!
M.