Hello there,
When our ETL program was developed no create/update timestamps existed on the data files, meaning that we had to pull the whole file over with every load(3 times a day).
Now that we have implemented the timestamps I tried switching the datastage insert jobs to insert new rows / update exisiting.
While I saw a 25% improvement in the extract and transform stages(from working with less records) I saw a 400% increase in the insert/update stage.
Anyone have a similiar problem? I have several ideas to fix it, primarily deleting the records to be updated first then just doing a insert like old but I'm having problems getting that work.
I was wondering if anyone else has went through this problem and found an adequate solution.
Thank you,
When our ETL program was developed no create/update timestamps existed on the data files, meaning that we had to pull the whole file over with every load(3 times a day).
Now that we have implemented the timestamps I tried switching the datastage insert jobs to insert new rows / update exisiting.
While I saw a 25% improvement in the extract and transform stages(from working with less records) I saw a 400% increase in the insert/update stage.
Anyone have a similiar problem? I have several ideas to fix it, primarily deleting the records to be updated first then just doing a insert like old but I'm having problems getting that work.
I was wondering if anyone else has went through this problem and found an adequate solution.
Thank you,