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 have two sources two flatfiles same structure one flatfile contain 100 million recs another flatfile contain 10 million recs i have to connect single target(performance oriented answer) what are the steps we have to do this scenario

4 Answers   Polaris,


Mapplets ( can you use source qyalifier, can you use sequence generator, can you use target)

1 Answers  


WAT IS TEXT LOAD?

3 Answers   Wipro,


Where is the cache stored in informatica?

5 Answers   Infosys, Satyam,


if we r using aggregator we enabled sorted input but the records r not sorted what happen?

7 Answers   HSBC,


If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks

7 Answers   Puma,


can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.

0 Answers  


How to recover sessions in concurrent batches?

3 Answers  


In which conditions we can not use joiner transformation (Limitaions of joiner transformation) ?

2 Answers  


What are the challenges you have faced in your project?

1 Answers   Cognizant, Infosys,


what are types of dimentions?

3 Answers  


What is the functionality of update strategy?

2 Answers  


Categories