Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Movement between components in Talend

Hello All,

 

I would like to understand on the data movement between the components in Talend, Does the actual data is moved between components during the Job run or only the meta data is transformed between the components.


Can you please help me to understand !!

 

 

Regards,

Gopinath K

Labels (1)
1 Solution

Accepted Solutions
fdenis
Master
Master

yes process run in memory loading all line, processing, flushing results.

View solution in original post

3 Replies
fdenis
Master
Master

talend is a code generator.
you can read java generated code into code tab of your job. it will help you to understand process.
Regards
Anonymous
Not applicable
Author

@fdenis 

 

I read through the java code, I could see the result are store in the variable result set and processed. Is my understanding is correct, as im not a java expert.

 

Does these result set use job server memory to process these records.

 

Thanks!!

 

Regards,

Gopi

 

 

fdenis
Master
Master

yes process run in memory loading all line, processing, flushing results.