Which is costliest transformation? costly means occupying
more memory?
Answers were Sorted based on User's Feedback
Answer / subhransu,bangalore
costly means consuming more memory.which transformation have cache memory.
example:lookup TR
sorter TR
aggregator TR
rank TR
joiner TR
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / soujanya
costliest means occupying more memory.
filter
sorter
aggregator
rank
lookup
the transformations having cache memory
| Is This Answer Correct ? | 0 Yes | 3 No |
Why touse stored procedure in ETL Application?
get me output as if input is like 1 x o/p-->1 x,y,z 1 y 2 a,b 1 z 3 c 2 a 2 b 3 c
what is work of PUSH DOWN option
By using joiner t/r we can join only 2 tables, SO if want join more than 2 flat files ,How can i join?
scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS
What are the types of schemas we have in data warehouse and what are the difference between them?
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
What are the types of lookup caches?
10 Answers Accenture, IBM, Informatica,
Explain the different dimensions.
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
If a workflow stops or fails after loading 10k records ? How can you recover it and If there is no order while reading data from source ?
What are the differences between source qualifier and joiner transformation?