Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The processes used by the server job will be synchronized such to ensure that the stages grouped by the yellow annotation on the left in Group 1 (above) are fully executed before starting the stages grouped by the annotation on the right.in Group 2. To convert this job design to run on the PX engine , we’ll need to create a parallel Parallel job representing each of the yellow annotations job’s synchronised sub-groups (1 and 2) and a coordinating sequence which runs each job in to mimic the synchronization provided by the Server Engine:

...

Note

Jobs that use DSJobName and DSJobController macros will no longer produce the same output after applying this transformation. Any easy solution would be to have the sequence capture these values and pass them to the child jobs as parameters. Any existing use of DSJobName and DSJobController would then be updated to use the parameters.