Change capture or Left Join

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
arnie_nits
Participant
Posts: 101
Joined: Mon Aug 13, 2007 2:32 am

Change capture or Left Join

Post by arnie_nits »

Hi,

I need to insert the new records into the target. In this case I can use either a Join stage(left join) or a change capture stage.

Please let me know which is recommended for better performance.

Regards
Arnie.
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Change capture stage with Drop set for copy, delete. And Edit if required. Also sort the data on both the input links.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Define "performance" in an ETL context.

It's impossible to recommend techniques for "better performance" if one has no idea what "performance" is.

Also, there is no "one size fits all" solution. It always depends.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply