InterviewSolution
| 1. |
What Can We Do To Improve The Performance Of Informatica Aggregator Transformation? |
|
Answer» Aggregator PERFORMANCE improves dramatically if records are sorted before passing to the aggregator and "sorted input" option under aggregator properties is checked. The record set should be sorted on those columns that are used in Group By OPERATION. Aggregator performance improves dramatically if records are sorted before passing to the aggregator and "sorted input" option under aggregator properties is checked. The record set should be sorted on those columns that are used in Group By operation. |
|