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 |
Differentiate between source qualifier and filter transformation?
Hi can any one tell me the difference between persistence and dynamic caches? On which conditions we are using these caches?
when will we use unconnected & connected lookup? How it will effect on the performance of mapping?
my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my target should be eno ename sal 111 sri ram kumar 1000 i.e; we need to eliminate the commas in between the data of a comma delimited file.
What is critical mapping?
how to connect two or more table with single source qualifier?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab
How could we generate the sequence of key values without using sequence generator transformation in the target ??
12 Answers TCS, Tech Mahindra,
What is joiner transformation?
Diffrence between static and dynamic cache
i want to load data in to two targets..one is dimension table and the other is fact table?how can i load ata a time