Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Optimize Job FLow with Multiple tMaps

Hi All,

I am developing a job in talend. And there are multiple tMaps used in this job like 3 tables's join in a tMap and the output of this tMap will be used further as Source and 3 more tables as Lookup and so on... And the output of this tMap will be used for further join.

this job become very large. i want a solution so that i can improve the design. Please suggest me.

I also thought about child parent job mechanism but all tmap's output is dependent on lookup tables.

Thanks in advance

Labels (2)
3 Replies
Anonymous
Not applicable
Author

This is the screenshot of jobflow.

Please provide some solution


Untitled.png
Anonymous
Not applicable
Author

Are the tables you are querying in the same database? If so, join in the SQL query. That will improve the efficiency of the job and will make it look far less busy.

Anonymous
Not applicable
Author

Thanks for your reply !

Actually, There are other services also run on database server. So i can not perform operation on database side. Because these tables have millions of records.