Loading multiple lookup flows in parallel - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-13

About this task

By default, when multiple lookup flows are handled in the tMap component, these lookup flows are loaded and processed one after another, according to the sequence of the lookup connections. When a large amount of data is processed, the Job execution speed is slowed down. To maximize the Job execution performance, the tMap component allows parallel loading of multiple lookup flows.

To enable parallel loading of multiple lookup flows:

Procedure

  1. Double-click the tMap component to launch the Map Editor.
  2. Click the Property Settings button at the top of the input area to open the Property Settings dialog box.
  3. Select the Lookup in parallel check box and click OK to validate the setting and close the dialog box.
  4. Click OK to close the Map Editor.

Results

With this option enabled, all the lookup flows will be loaded and processed in the tMap component simultaneously, and then the main input flow will be processed.