How to improve the performance of Aggregate
transformation?
Answer Posted / deepthi
1.Use sorted data and enable option 'sorted i/p'
2.By using incremental aggregation
3.group by simple columns like numeric columns
4.use filter transformation before aggregator to avoid
unnecessary aggregation on unwanted columns.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is the session task and command task?
what are 3 tech challenges/ common issues you face?
What is workflow? What are the components of the workflow manager?
How do you change a non-reusable transformation to reusable transformation?
Tell me about Propagate functions in informatica
what is the size ur source like(file system or database)? how many record daily come u r banking project?
Explain the different lookup methods used in informatica?
Define enterprise data warehousing?
what is index?how it can work in informatica
Define pmcmd command?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
What is main use of mapplet?
How can we update a record in the target table without using update strategy?
What are batches?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1