which one is costliest transformation? costliest means
occupying more memory. which one
Aggregator,sorter,filter,etc..
Answers were Sorted based on User's Feedback
Answer / cooldude
Sorter will be costliest transformation as it uses
temporary cache and its size is approximately to the size
of RAM.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / savita
hi guys,
some one selected that Above ans is worng.. can any one
tell correct answer.for the above Question
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / srikanth
HI
Among those 3 trans, filter does not use cache.
so it should be either agg or sorter.
Both agg and sorter uses cache as they process data in a
dependable fashion for performing calculations and sorting
data before the result is passed to next transfomration.
WE cant say which one uses more space. it depends on the
size of source data we are processing.
Agg needs to perform calculations on groups of data but if
the data in sorter is more, it takes more space than agg to
hold the data.
for ex, we are sorting on character data, server needs to
use ASCII values of alphabets to sort in order.
It depends on the size of the source data.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / jyothiram
XML is costliest transformation after sorter.
XML--- 10 units
sorter---8 units
lkup,joiner,agg,rank-(index)-1 unit
lkup,joiner,agg,rank-(data)-2 unit
These are the order of costlier in cache making
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / krishna
hey raj, pooja and savita the costliest transformatin till
Infa7.1.4 is lookup but after Infa 8.1 it guess it sj=hould
be JAVA.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / pooja
HERE YOU MENTIONED ONLY 3 TRANSFORMATION, SO OUT THESE 3
aGGREGATOR IS COSTLIEST TRANS
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / raghu
aggregater is costliest bcoz it have cache, remaing d'snt
have cache
| Is This Answer Correct ? | 0 Yes | 6 No |
i have 2 mapings for this 2 mapings i want use only one lookupt/r how?
What is exclusive and normal mode for repository services?
What are the differences between oltp and olap?
Does an informatica transformation support only aggregate expressions?
what is the gap analysis?
What is target load order?
Hi If i had source like unique & duplicate records like 1,1,2,3,3,4 then i want load unique records in one target like 2,4 and i want load duplicate records like 1,1,3,3 then can any body please send me what is th scnario. my mail i shek.inform@gmail.com
What are the databases that informatica can connect to windows?
How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?
what r the values tht r passed between informatics server and stored procedure?
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .
Tell me about informatica architecture.