performance tuning of Informatica



performance tuning of Informatica..

Answer / chandumba2005

• Increase performance by indexing the primary key-foreign
keys if the source table has more than 1,000 rows
• Improve session performance by caching small lookup tables
• Use reusable Lookup transformation instead of using same
Lookup Transformation multiple times
• Use source filter in the Properties tab to reduce the
number of rows
• Reduce the number of transformation.
• Delete unnecessary links between transformations to
minimize the amount of data moved, especially in the Source
Qualifier
• Plan for reusable transformations
• Use mapplets to encapsulate multiple reusable transformations.
• Use variable ports to calculate a value that can be used
multiple times
• Numeric operations are faster than string operations
• Operators are faster than function. Example: || is faster
than concat()

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Informatica Interview Questions

can we override a native sql query within informatica? Where do we do it?

0 Answers  


Under what condition selecting sorted input in aggregator may fail the session?

0 Answers  


how can we load starting with 11th record of a table from source to target

6 Answers   IBM,


What is the status code?

1 Answers  


What are the issues that you have faced while moving your project from the Test Environment to the Production Environment? Please explain in depth thanks in advance

3 Answers  






select count(1) from emp? what is the o/p?

5 Answers   TCS,


What is informatica metadata and where is it stored?

0 Answers  


What is blocking transformation?

0 Answers   Informatica,


what is mapping performence?

2 Answers   Cap Gemini,


How many repositories can we create in Informatica?

3 Answers  


if i have source with 100 records target with 100 records and we lookup on another database table and it has 10 million record so what is the method of limiting that much record in lookup table?

2 Answers   TCS,


. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null

3 Answers  


Categories