Here's a simple illustration of my transformation(click the link)
Step1:
Data flow would join with the meta data which contain the name of transformation file that each data would eventually be transferred to.
And then the transformation executor set the name of transformation file as variables which refers to a middle transformation
Step2:
The middle transformation sends the data to certain transformation based on the variables of transformation file.
Here's an example of how middle transformation use the variables of ktr file
Step3:
Data is eventually executed in certain transformation file.
I got data containing about 30000 rows and it tooks me nearly 2.5 hours to complete the entire process.
After changing the number of copies to start of transformation executor step in Step 1 and transformation executor step in Step 2, it got better that nearly 1.5 hour was taken.
In order to further speed up the process,I have to know that if transformation executor with reference to other transformations slow down the whole process ?
Looking forward to your reply,thanks in advance!