|
|
|
|
|
|
|
|
|
|
Re: Reorg the tables and Indexes [message #544003 is a reply to message #543997] |
Sun, 19 February 2012 02:35 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
One technique that should guarantee a large space saving is to alter the table to enable compression before the reorg. Sort the the table as you reorganize, and the benefits will be even greater. You must test the impact on subsequent DML against the compressed blocks.
Basic compression is included in Enterprise Edition.
|
|
|