Datastage Best Practices Job Design Tips
Datastage Best Practices Job Design Tips
Datastage Best Practices Job Design Tips
Few design tips to build clean and effective jobs in IBM datastage:
- Avoid propagation of unnecessary metadata between the stages. Use Modify stage and
drop the metadata. Modify stage will drop the metadata only when explicitey specified using
DROP clause.
- Do remember that Modify drops the Metadata only when it is explicitly asked to do so
using KEEP/DROP clauses.
- Make use of Modify, Filter, and Aggregation, Col. Generator etc stages instead of
Transformer stage only if the anticipated volumes are high and performance becomes a
problem. Otherwise use Transformer. Its very easy to code a transformer than a modify stage.
1/1