Combine Writes

Recommendation (LOW)

Combine multiple write activities that are in sequence.

If you have multiple write activities that are in sequence, combine these into a single Write activity that contains multiple writes to reduce execution time and memory usage.

Note: Because the order of writes on a single Write activity is not guaranteed, use two separate write activities if one depends on the result of a previous write.

Figure 1

Figure 2