Page 1 of 1

Merge VS DB2 Table join

Posted: Mon Oct 04, 2004 2:34 pm
by dtv2002
I have tree tables (~10M row/table, 1k/row),
Is it better performance to use a merge stage in DS and send output to a DataSet or do a DB2 table join and fetch result to the DataSet?
The final DataSet should have ~ 9M rows

Thank for your advice

Re: Merge VS DB2 Table join

Posted: Tue Oct 05, 2004 4:22 pm
by pavankvk
performance wise merge and join are almost the same..if you want the rejections as well u have to with merge..or else..both behave in the same way..
dtv2002 wrote:I have tree tables (~10M row/table, 1k/row),
Is it better performance to use a merge stage in DS and send output to a DataSet or do a DB2 table join and fetch result to the DataSet?
The final DataSet should have ~ 9M rows

Thank for your advice