The DI job seems to be hanging and I have to kill it from admin console. The mapping contains 3 joiner transformations, a update logic and table comparison.
It means that, on checking the Optimized SQL for the Dataflow has everything you are trying to do in the Query like group by, order by, any group functions like sum(), count() etc…
I am doing nothing all I have is outer joins in the joiner transforms and then a table comparison and key generation transforms. The job seems hanged after it executes 2 joiner transforms.
We are using Cashed Option. I have checked the tables for indexes and we do have them. It seems that the mapping is hanging at the joiner transform where it is joining two table having 800K of rows. Is there a setting at job server or at any place to overcome this problem.