Originally posted by: SystemAdmin
I havent had the time to look at the profiler, but what I suspect is the following.
I believe if you use a LOOKUP function, internally there is a cartesian product done on the driving inputFile and the lookupFile, and then the tuples that dont match the lookup condition are removed, right? (case 2)
So if you move one part of the condition out of the LOOKUP function (case 1), could it be that the cartesian product will be:
inputFile X lookupFile (lookup function) X lookupFile (condition in root maping rule)
This would be quite some more data to sift through...
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender