Hi All,
I am new to BODS. My requirement was to read a big flat file (size more than 180 GB) and join with small Database table.So I cannot do push down operation.
I tested the job with small test file and I can see that query transformer is doing the cross join even though I mentioned as inner join in query transformer. I have tested with many files and tables job always go for the cross join (according to the row count of the query transformer in the job log) and takes long time to finish
I am not sure why BODS behaves like this. Is there some configuration needed or it works this way?
Is there any better way of handling this requirement?
Regards,
Suman