Hi all,
After several archiving processes run by the application team was the time to reorg the involved table to reclaim the free space. One of the tables (RFBLG) had a lot of WASTED space based on the statistics data:
BLOCKS | NET_MB | GROSS_MB | WASTED_MB | |
---|---|---|---|---|
Before Reorganization | 30.295.051 | 10.195 | 217.497 | 207.302 |
After Reorganization | 37.124.387 | 247.397 | 266.527 | 19.131 |
As you can see the growth in gross space was about 30% (266.527 - 217.497) and in net space was 23 times more (247.397 - 10.195).
Even having a Wasted space of 207.302MB before the reorg, the gross and net size of the table were increased.
As the table had a Long Raw field we run an Online Lob conversion with BRSpace to reorg the table online and convert to LOB.
Do you know any logical reason to have seach high increase after a reorg.
Thanks in advanced.
Cheers