aggegrate component

Hi,

i have 2.5million records which i have to aggregate on a couple of columns, then add those to another table.

i have created ole-db-source -> aggegrate

is this wise?

or should i use ole-db-source with a sql-query that aggregates for me...

will this increase my performance?

February 1st, 2007 11:15am

Try to use the power of the SQL engine to do this if you can. It has the benefit of indexes and statistics, which are not available to the Aggregate Tx, so it should be faster. However if the source is a high volume transactional system it may be unacceptable to have this type of query running, in which case the Agg Tx is probably a better way for you to go.

As to which is faster, I can guess, but just test it and find out the real answer.

Free Windows Admin Tool Kit Click here and download it now
February 1st, 2007 11:21am

Hi,

As per my experience aggregate Transformation  is execution in in Memory so it is faster.

Please correct me if i wrong.

Regards,

Manish

June 24th, 2015 2:41am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics