Hello,
We use Powermart to write aggregated output from our ERP system to datawarehouse on DB2 (7.1) Every month I insert a new recordset into a large table, but writing performance is very slow. The table has a unique key consisting of 5 fields. I thought of improving performance by first dropping the index on the table , doing the insert, and then rebuilding the index. This should be possible by using stored procedures in DB2 (Powermart has pre and post-session triggers to invoke the procedures).
Has anyone examples of such procedures / alternatives or a hint on documentation?
blom0344
We use Powermart to write aggregated output from our ERP system to datawarehouse on DB2 (7.1) Every month I insert a new recordset into a large table, but writing performance is very slow. The table has a unique key consisting of 5 fields. I thought of improving performance by first dropping the index on the table , doing the insert, and then rebuilding the index. This should be possible by using stored procedures in DB2 (Powermart has pre and post-session triggers to invoke the procedures).
Has anyone examples of such procedures / alternatives or a hint on documentation?
blom0344