InterviewSolution
Saved Bookmarks
| 1. |
How Can You Improve Session Performance In Aggregator Transformation? |
|
Answer» One way is supplying the SORTED input to aggregator transformation. In SITUATIONS where sorted input cannot be supplied, we need to CONFIGURE data cache and index cache at session/transformation level to allocate more space to support AGGREGATION. One way is supplying the sorted input to aggregator transformation. In situations where sorted input cannot be supplied, we need to configure data cache and index cache at session/transformation level to allocate more space to support aggregation. |
|