When rerunning my entire workspace, the transformers don't run one by one. They run to where all the transformers are being used at once and it takes an astronomically long time. It's faster if I run each transformer individually. Is there a setting to make each transformer run one at a time when I rerun my entire workspace?
Page 1 / 1
I genuinely wonder if its really faster to run them all one by one.
There is no setting to control this, if you want to try it I guess you can add a FeatureHolder after each transformer want to run separately. The FeatureHolder will hold all features until they've all entered the FeatureHolder, then it releases them to the next transformer.