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.?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the informatica performance improvement tips

831


What is a stored procedure transformation?

802


What is a repository? And how to add it in an informatica client?

914


IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??

792


What do you mean by blocking transformation?

786


In development project what is the process to follow for an etl developer from day1

1489


What is the need for an etl tool?

844


Parameter and variable differences

1846


What is meant by lookup transformation?

811


What is Data Caches size?

842


can any one explain about dataflow in the informatica project for bank domain....thanks is advance

10457


Is stop and abort are same in informatica?

773


How to implement security measures using repository manager?

845


What are the tasks that source qualifier perform?

841


can we override a native sql query within informatica? How do we do it?

861