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

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

901


How can we use mapping variables in informatica?

832


I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.

1826


What is a connected transformation?

903


What is decode in informatica?

851


What is a stored procedure transformation?

838


What do you mean incremental aggregation?

848


Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM

3839


What is lookup change?

852


What are data-driven sessions?

984


How to update source definition?

889


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

969


Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?

910


What is rank index in rank transformation?

843


What all join we can perform in LOOKUP transformation?

781