DB2 8.2, Windows 2k
I just ran reorg on my table and it took 4 hours to run!!!
The table is approx 70 million records with a clustered index.
I have been searching the internet frantically looking for ways to speed up the reorg to an acceptable time but have been unable to find any.
Should the tablespace you use for the reorg be DMS? On another disk?
Code:
reorg table DB2INST1.INSTANCEDATA index DB2INST1.INSTANCE_INDX1 use TEMPSPACE1;
Thanks,
Charlie