How can you improve the performance of Aggregate transformation?

Showing Answers 1 - 5 of 5 Answers

shanthi

  • Aug 6th, 2006
 

By using sorter transformation before the aggregator transformation.

  Was this answer useful?  Yes

sunil

  • Aug 9th, 2006
 

by using sorted input

  Was this answer useful?  Yes

kiran

  • Aug 9th, 2006
 

 hi ,

  we can improve the agrregator performence in the following ways

 1.send sorted input.

 2.increase aggregator cache size.i.e Index cache and data cache.

 3.Give input/output what you need in the transformation.i.e reduce number of   input and output ports.

  Was this answer useful?  Yes

sravan

  • Sep 14th, 2006
 

IN Aggregator transformations select the sorted input check list in the properties tab and write sql query in source qulifier.Its improoves the performance.

  Was this answer useful?  Yes

calltomadhu

  • Sep 23rd, 2006
 

Hi,

we can improve the aggrifation performance by doing like this.

create group by condition only on numaric columns.

use sorter transimition before aggregator

give sorter input to aggreator.

increate the cashe size of aggreator.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions