Hi folks
I have a ddl file that contains 100K statements(It contains drops , creation of table , creation of indexes,commits).
This process ran all night and still finished only 20% of the statements.
All it is doing is dropping the table and recreating table and adding indexes to the new table. I dont understand why DB2 is processing these statement so slow. What parameters can i tunne to improove the performance of DDLs(creation of objects).
Iam on AIX5.3 UDB8.1 fixpack6.
In the past 300K statement ran in less than two hours and iam trying to figure out why this perticular DDL is running so long.
Any ideas !!!