Suppose my source system is a flat file and it is having more than 50M records.it is taking 2hrs time to run. How to reduce run time. What performance tuning techniques you can implement at source level
Suppose my source system is a flat file and it is having more than 50M records.it is taking 2hrs time to run. How to reduce run time. What performance tuning techniques you can implement at source level
Let me try based on answer above.
First of all check into session log to check where is the bottleneck. Near to the end of log you will get statistics for below three parameters.
Which part - source read, expression processing, target load is taking time.