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

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

6 Answers   IBM,


if we r using aggregator we enabled sorted input but the records r not sorted what happen?

7 Answers   HSBC,


WE HAVE 10 RECORDS IN SOURCE IN THAT GOOD RECORDS GO TO RELATIONAL TARGET AND BAD RECORDS GO TO TARGET FLAT FILE ? HERE IF ANY BAD RECORDS MEANS ITS LOAD INTO FLAT FILE AND SEND AN EMAIL , IF NO BAD RECORDS MEANS NO NEED TO SEND EMAIL . PLZ HELP ME ...

1 Answers  


If in a workflow i have n number of sessions and each session is configured with different different stop on errors (say 5,8,10 etc respectively).How can make all this same for all the sessions with out actualy touching each and evry session ?

1 Answers   Wipro,


I have a file with data comming as 1,x1,x2,x3 2,a1,a2 3,b1,b2,b3,b4 1,y1,y2,y3 2,c1,c2,c3 3,d1,d2 my out put should be as follows x1,x2,x3,a1,a2,<null>,b1,b2,b3,b4 y1,y2,y3,c1,c2,c3,d1,d2,<null> Please let me know how can we acheive this in informatica Thanks in advance

4 Answers  






How to use pmcmd utility command?

0 Answers  


What is the difference between IN and Exists in Oracle?

3 Answers   Deloitte,


what is parallel querying and what r hints.

1 Answers  


how to load duplicate row in a target

4 Answers  


While importing the relational source defintion from database,what are the meta data of source U import?

1 Answers  


I have Employee table, 10 cols are connected to next transformation, only 4 cols are selected in SQL override. What would be passed to next col.

5 Answers   BirlaSoft,


Why we select the table which has minimum number of records as Master table in joiner?

4 Answers   HG, UST,


Categories