how to improve performence by using sorted input in aggrigator
t/r.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ramana
sorted input receives the sorted data as input to, improve
the performance of summary calculations
perform sort on group by ports using sorter t/r.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is galaxy shema
Flat file heaving 1 lack records and I want to push 52000 records to the target?
In which circumstances that informatica server creates Reject files?
What is the Rankindex in Ranktransformation?
what is materialized view?
what are the limitations of pushdown optimization technique ? Advance thanks
what is mean by throghput? in informatica
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
When you move from devel to prod how will you retain a variable
we have three columns and two rows. col1 col2 col3 a b c want to change into 2 columns and 3 rows ,how? col1 a col2 b col3 c which transformation u'll use and how?
create a mapping to retrieve the employees who are getting salary greater than average salary?
when will we use unconnected & connected lookup? How it will effect on the performance of mapping?