what is mapping performence?
Answers were Sorted based on User's Feedback
Answer / vino
Mapping performance is nothing but u tune the mapping to
achieve better performnace .
Like to use filter after sq,using sorter before
aggregator,deleting unwanted fields in the lookup etc.....
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nafeeja
Mapping Performance is to tune the mapping for better performance. To achieve this first we need to find out the performance bottle necks at three levels and optmise those.
1) Identifying Source Bottlenecks
2) Target bottleneck.
3) Identifying Mapping Bottlenecks
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how many types of dimensions are available in informatica?
What is the function of look up transformation?
Define mapplet?
How to Display top 2 salaries for each department WITHOUT using Rank Transformation And WITHOUT using SQL queries in source qualifier.
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
my session have to run Monday to Saturday not run sunday how to sedule in informatica level?
1 Answers Infinite Computer Solutions,
What r the type of indexes u generally used in informatica?
what is surrogate id ?
What is a parameter When and where do you them when does the value will be created
How to run a session, which contains mapplet?
Explain transaction control transformation in informatica
I have the input file as col1 col2 col3 3 2 1 7 6 8 I should get the output as col1 col2 col3 1 2 3 6 7 8 ....What is the logic to get this? Is there any transformation which sorts row wise ? If not how to sort the incoming records row wise?