which one is costliest transformation? costliest means
occupying more memory. which one
Aggregator,sorter,filter,etc..
Answer Posted / raghu
aggregater is costliest bcoz it have cache, remaing d'snt
have cache
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Explain the different kinds of facts.
Name at least 5 different types of transformations used in mapping design and state the use of each.?
Name the different lookup cache(s)?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
What are the popular informatica products?
In development project what is the process to follow for an etl developer from day1
What is the function of aggregator transformation?
How to do unit testing in informatica?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
what is SDLC way of code development?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
What is option by which we can run all the sessions in a batch simultaneously?
What is a connected transformation?
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
What is data caches/ index caches?