Hi,
i got a huge table with a CLOB column, each CLOB contains about 1MB of data.
I now have the ability to clear out the CLOB data, ie set the clob column to null. However i still need to preserve the other data in the row, so i can't delete the actual row.
If i set the CLOB column to null, will the diskspace that the CLOB data occupied be reclaimed automatically or do i need to reorg etc?
Best Regars from a DB2 Newbie
