How do you configure mapping in informatica

Showing Answers 1 - 1 of 1 Answers

suresh

  • Mar 17th, 2006
 

You should configure the mapping with the least number of transformations and expressions to do the most amount of work possible. You should minimize the amount of data moved by deleting unnecessary links between transformations.

For transformations that use data cache (such as Aggregator, Joiner, Rank, and Lookup transformations), limit connected input/output or output ports. Limiting the number of connected input/output or output ports reduces the amount of data the transformations store in the data cache.

You can also perform the following tasks to optimize the mapping:

  • Configure single-pass reading.
  • Optimize datatype conversions.
  • Eliminate transformation errors.
  • Optimize transformations.
  • Optimize expressions. You should configure the mapping with the least number of transformations and expressions to do the most amount of work possible. You should minimize the amount of data moved by deleting unnecessary links between transformations.

    For transformations that use data cache (such as Aggregator, Joiner, Rank, and Lookup transformations), limit connected input/output or output ports. Limiting the number of connected input/output or output ports reduces the amount of data the transformations store in the data cache.

    You can also perform the following tasks to optimize the mapping:

    • Configure single-pass reading.
    • Optimize datatype conversions.
    • Eliminate transformation errors.
    • Optimize transformations.
    • Optimize expressions.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions