as i was going to through this thread i see people saying a couple of things which give good info and one of the post says Rollup never produce intermediate results and for intermediate results we have to use Scan component.
as i see in the help as
Aggregate: Generates summary records for groups of input records. It maximizes performance by keeping intermediate results in main memory.
Rollup: Generates data records that summarize groups of data records. Rollup in Memory maximizes performance by keeping intermediate results in main memory.
so i feel the above post contradicts the help..... which says maximizes performance by keeping intermediate results in main memory for both components
Plz do let me know if i was wrong anywhere i am still learning Ab Initio...