- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 151字
- 2021-07-02 20:55:51
Using Sorted Input
It is always recommended that we pass sorted input to aggregator transformation as this will enhance the performance. When you pass the sorted input to aggregator transformation, integration services enhance the performance by storing less data in cache. When you pass unsorted data, aggregator transformation stores all the data into cache, which takes more time. When you pass the sorted data to aggregator transformation, aggregator transformation stores comparatively less data. The aggregator passes the result of each group as soon as the data for the particular group is received.
Note that aggregator transformation does not sort the data. If you have unsorted data, use sorter transformation to sort the data, and then pass the sorted data to the aggregator transformation to enhance the performance.
When you pass the sorted data to the aggregator transformation, check the Sorted Input option in the properties as shown in the following screenshot:

推薦閱讀
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Raspberry Pi for Secret Agents(Third Edition)
- Hadoop+Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- Learning Apache Kafka(Second Edition)
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- Python算法詳解
- Scratch3.0趣味編程動(dòng)手玩:比賽訓(xùn)練營
- C++程序設(shè)計(jì)教程
- Vue.js光速入門及企業(yè)項(xiàng)目開發(fā)實(shí)戰(zhàn)
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- C語言程序設(shè)計(jì)實(shí)踐
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- 生成藝術(shù):Processing視覺創(chuàng)意入門
- TensorFlow.NET實(shí)戰(zhàn)
- Web前端開發(fā)全程實(shí)戰(zhàn):HTML5+CSS3+JavaScript+jQuery+Bootstrap