Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I'm using Talend Open Studio for Data Integration version 7.1.1. I have a job that loops the database schema value from my table. Basically, I need to load tables from different schema. So if I have 25-30 tables to be loaded each database schema, how can I make it more easier and faster. I believe the tParalellize component is not available in this version.
Basically, here's what it looks like:
You are right, but you can try to do the trick.
Create jobs for different schema as separated job.
Create the main job and use tRunJob to execute every of them.
In each tRunJob put check marks on: Use an independend process tu run subjob
Don't link tRunJob components betwen each other.
Run the main job