Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Big files (tFileInputPositional)

Dear Talend Support Team,
We have a huge input file with more than 4 mio. rows in it. This file is read by tFileInputPositional and afterwards its data flow is linked
to tMap. There are in addition lookups with database tables but theses tables don't contain many rows. The problem is the
enormous memory consumption. We need a way to keep the memory moderately. Is there a way to read the huge input file in parts and
than process it and after all read the rest?
0683p000009MAvP.jpg
Kind regards,
Hilderich
Labels (3)
13 Replies
rbaldwin
Creator
Creator

tSortRow can sort on disk under advanced settings. You can then use the tAggregateSortedRow and the list function to denormalize it and reduce the memory consumption.
Anonymous
Not applicable
Author

Hello rbaldwin,
That sounds good. I am going to try it tomorrow and give you feedback right here. I am going home now.
Kind regards,
Hilderich
Anonymous
Not applicable
Author

Hi hilderich,

Is there any feedback for your issue?
Best regards
Sabrina
Anonymous
Not applicable
Author

This approach was helpful and it is in use.