Forum Discussion
skatpally
5 years agoFormer Employee
One Scenario could be - If your mapper has Heavy Transformations then you can move it to child pipeline and have pool size set to greater than 1 to improve the performance.
Thanks.
-Su.
- ptaylor5 years agoEmployee
One Scenario could be - If your mapper has Heavy Transformations then you can move it to child pipeline and have pool size set to greater than 1 to improve the performance.
Unlikely. In fact, it might make it slower, due to the overhead of launching child pipelines and distributing the load across them.
- ForbinCSD5 years agoContributor
@skatpally, that’s brilliant!