what is mapping optimization? wat are the techniques for tat

Answers were Sorted based on User's Feedback



what is mapping optimization? wat are the techniques for tat..

Answer / satya

*Use sorted input in Aggretator transformation to decrease
the use of aggregate caches.If you use a Filter
transformation in the mapping, place the transformation
before the Aggregator transformation to reduce unnecessary
aggregation.

* We can use the Source Qualifier transformation to filter
as an alternate way to filter rows.

* Perform joins in a database when possible rather using a
joiner transform

*Adding an index to the columns used in a lookup condition
if you have privileges to modify the database containing a
lookup tables.

these are some simple techniques

Is This Answer Correct ?    4 Yes 0 No

what is mapping optimization? wat are the techniques for tat..

Answer / madhava

To increase the running performance on mapping level.
Techniques of mapping optimization has follow:
1). If its having Filter TX on your mapping place it on
close to the SourceQualifier TX.
2). If in case you are having two or more same DB sources,
use the SQL Override and join it(Instead of Joiner).
3). Use the cache on lookup, Joiner, Aggregator TX. ; etc..

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Informatica Interview Questions

Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

0 Answers  


What all are steps in up gradation of Informatica server?

0 Answers  


Could anyone please mail me a copy of Informatica Certification Exam dumps to sandeep.nakka@gmail.com it would be appreciated if any one could help me out.

0 Answers  


hw cn v elimate dublicate values from lookup without overriding sql?

7 Answers   CTS,


how to insert header after each group.

1 Answers   IBM,






what are surrogate keys?

5 Answers  


What is the session task and command task?

0 Answers  


What is the main data object present inbetween source and target. I answered Mapping. Transformation etc.. But it is not the answer. So please give me an apt answer. Thanks in advance

15 Answers   Deloitte,


What is the difference between Power Centre and Power Mart?

5 Answers   TCS,


can any one give some examples for pre sql and post sql(Except dropping and creating index).

0 Answers   Zensar,


How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.

9 Answers   Barclays,


I have name like INDIA in a column. I want display 1st line A, 2nd line N, 3rd line D, 4th line I, 5th line A in oracle data base?

1 Answers   Cognizant, HCL,


Categories