1.

By Default All Steps In A Transformation Run In Parallel, How Can We Make It So That 1 Row Gets Processed Completely Until The End Before The Next Row Is Processed?.

Answer»

This is not possible as in PDI transformations all the steps run in PARALLEL. So we can’t sequentialize them. This WOULD require architectural changes to PDI and sequential PROCESSING also result in very slow processing.

This is not possible as in PDI transformations all the steps run in parallel. So we can’t sequentialize them. This would require architectural changes to PDI and sequential processing also result in very slow processing.



Discussion

No Comment Found