which one is costliest transformation? costliest means
occupying more memory. which one
Aggregator,sorter,filter,etc..

Answers were Sorted based on User's Feedback



which one is costliest transformation? costliest means occupying more memory. which one Aggregat..

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

which one is costliest transformation? costliest means occupying more memory. which one Aggregat..

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

which one is costliest transformation? costliest means occupying more memory. which one Aggregat..

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

which one is costliest transformation? costliest means occupying more memory. which one Aggregat..

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

which one is costliest transformation? costliest means occupying more memory. which one Aggregat..

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

which one is costliest transformation? costliest means occupying more memory. which one Aggregat..

Answer / pooja

HERE YOU MENTIONED ONLY 3 TRANSFORMATION, SO OUT THESE 3
aGGREGATOR IS COSTLIEST TRANS

Is This Answer Correct ?    2 Yes 6 No

which one is costliest transformation? costliest means occupying more memory. which one Aggregat..

Answer / raghu

aggregater is costliest bcoz it have cache, remaing d'snt
have cache

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Informatica Interview Questions

What is a shortcut and copy in Informatica and how two are different with each other?

0 Answers  


what is degenerated dimension

6 Answers   Cap Gemini,


What is the difference between sequential batch and concurrent batch and which is recommended and why?

1 Answers  


I am hvaing SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out

2 Answers   IBM,


Write the prerequisite tasks to achieve the session partition?

0 Answers  






Why we use lookup transformations?

1 Answers  


what is the method of error handling when session is running?

1 Answers   TCS,


What is rank transform?

0 Answers  


Difference between Data and Index Caches?

0 Answers   Informatica,


What is diff joiner and lookup

4 Answers   BirlaSoft,


write a query to get maximum salary from the employers table without duplicates....kindly help me

5 Answers   CTS,


Whats the difference between informatica powercenter server, repositoryserver and repository?

0 Answers  


Categories