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
What is incremental aggregation?
pmscmd startworkflow -sv
How we can use union transformation?
Differences between connected and unconnected lookup?
What is an expression transformation in informatica?
What is a passive transformation?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
Explain target update override in informatica
How to configure mapping in informatica?
what is $$$$?
How can you validate all mappings in the repository simultaneously?
How to create a non-reusable instance of reusable transformations?
What are the types of presistent cache in look up tr.
During the running session, output files are created by informatica server. Enlist few of them.
Explain why we use partitioning the session in informatica?