This example is referenced in my other post about parallelization. Please have a look at the other post to get a better understanding of the context for this example.
This example assumes that you have implemented the model described here. You can also download the model here.
To start parallelization in the Projection node "startParallelization" (1.), go to the Mapping dialog (2.), select the data source (3.) and open the properties (4.). In the properties, select "Partition Local Execution"

start parallelization in node "startParallelization"
To stop parallelization in node "stopParallelization" open the details of the Union node "stopParallelization", navigate again to the properties of the data source and set the flag for "Partition Local Execution":
stop parallelization in node "stopParallelization"
With this setting every node between nodes "startParallelization" and "stopParallelization" will be executed in parallel for each partition of the data source table of node "startParallelization". For simplicity only one node was inserted between the start and stop nodes of the parallelization block but you could have multiple nodes between the start and stop nodes.
Setting the parallelization flag based on table partitions will block unfolding (for background information on unfolding see SAP Note 2291812 and SAP Note 2223597) as blocked unfolding is a pre-requisite to use this functionality.
Click here to navigate back to the context in which this model is used. You will also find examples there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 89 | |
| 38 | |
| 28 | |
| 28 | |
| 28 | |
| 26 | |
| 22 | |
| 21 | |
| 21 | |
| 20 |