Can anybody tell me what is this ‘CacheSplitMemoryReader’ why the job spend so many hours just before writing the data into Database table ‘CEII520_STG’. Is it because of memory issue OR because of DB table?
I don’t have any joins for the target table. It is single stright forward table.
All other jobs with more input file size are finished in 1-2 hours.
There has to be more than that, if no join all I can think of is a Table Comparison. Comparing source with target is technically speaking, something very close to an outer join.
If I am right with this TC, it depends on its settings, e.g. detect-deletes?
Even the transform TC is not using in my job. 2 days back again I ran the same job it took around 40 hours…Spending on the same step ‘Cache Split Memory Readre’. This time it spends even more time(144,070 sec) …