to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggregator. But here we are increasing one more cache in our mapping i.e; sorter. So how can u convince that you are increasing the performance.?

Answers were Sorted based on User's Feedback



to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggrega..

Answer / koti

To do aggr. caliculations function it needs some time.. we
can reduce that time by providing sorted I/P. The time is
less which can takes to forward the rows from sorter to
aggregator rather than the time to do aggr. calculations
without sorted data.....

Is This Answer Correct ?    2 Yes 0 No

to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggrega..

Answer / bhupal

if u wont use the sorted input the aggregator transformation will reads the records and keep until all the calculations are done.

if we provided the sorted input it reads the records and release the records reaching next first record of new group.
the integration service will creates the cache for only the sorter keys and only one cache in sorter t/r. so by providing the sorted input we get the performance advantage.

Is This Answer Correct ?    1 Yes 0 No

to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggrega..

Answer / james

Sorted input in an aggregator transformation does not use
cache instead it uses the memory. Reading from memory is
faster than reading from cache.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

I've an excel sheet, in which one column contains data about the location like "City, State" and few columns contains only "State". Now I wanna load into my target City and State into two different columns. Pls help me out...

6 Answers   TCS,


what is a time dimension? give an example?

2 Answers   IBM,


Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab

0 Answers  


Hi I'm new in Informatica. Can you show me a mapping sample on how to piviot the records? Thanks Robin

1 Answers  


Hi experts, can anyone tell how much we use plsql in real time

3 Answers  






Which is the t/r that builts only single cache memory?

0 Answers  


Can we update a target table (without primarykey) by using update strategy transformation?

4 Answers   TCS,


How to join three sources using joiner?

0 Answers  


What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?

0 Answers   IBM,


what is confirmed fact?

2 Answers  


what is SDLC way of code development?

0 Answers  


What are the tuning techniques you applied during your last project

0 Answers  


Categories