Performance Tuning (Informatica)
- Filter rows at source qualifier
- Sort data at source qualifier, whenever needed, instead of using sorter
- Use filter transformations as close to the source as possible
- Use sorted input for aggregator
- Use database partitioning
- Use workflow partitioning
- Avoid multiple datatype conversions
- Use variables for repetitive calculations
- Avoid joiners
- Use sorted input for joiner
- In joiners, use the sources with less data as master
- From source qualifier, take out only those ports which are required
- In lookup, delete the ports from the tranformations, which are not required
No comments:
Post a Comment