First off, we are running UDB version 7.2 and so we are not able to run a reorg of an index. I wrote a script to run a reorgchk and if the table is marked, I reorg it. I also check for marked indexes. If it is a normal index, I run db2look and drop and then re-create it. We have had problems when we drop a primary index and try recreating it... Another index automatically becomes the primary....
So what we have done is select the associated table for Reorg.... This is also done for cluster indexes.....
I first assumed that reorging the data table will do nothing for the indexes. Our Mainframe DB2 admin asked us to reorg the Tables....
My ? is, am I wrong on my assumption and a reorg of the table will not help the primary or clustered indexes?????
Thanks in advance.....
Koz