how to improve performence by using sorted input in aggrigator
t/r.

Answer Posted / srikanth

By using sorted input by performing calculations on groups
of data, informatica server need not to use cache for
holding data to perform calculations for a particular group
as the source data already comes in sorted order. Hence
reduced burden on informatica server, just performing
calculations which is a performance issue.

Ex: for calculating sum of salaries department wise, if
data comes in random order, server need to use cache for
holding data until all the entries for a particular
department is calculated (deptno 10,20....).

by using sorted input, server does not use cache and just
perofrms calculations assuming teh data comes in sorter
order thus improvement in performance.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different clients of powercenter?

699


How to Create a folder using pmrep command?

712


Explain pushdown optimization $pushdownconfig parameter - informatica

810


How might one distinguish in the case of mapping is right or not without associating session?

731


What are the different types of transformation available in informatica.

723






What is sequence generator transformation in informatica?

714


Explain sessions and how many types of sessions are there?

675


Differentiate between router and filter transformation?

691


What is a node in Informatica?

719


What is rank index in rank transformation?

690


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

1586


What is a router transformation?

725


difference between informatica 8.1.1 and 8.6

3349


What is fact table? Explain the different kinds of facts.

691


Which files are created during the session rums by informatics server?

797