lookup and using seqfile, or dataset, or file set for a ref

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
Marley777
Premium Member
Premium Member
Posts: 316
Joined: Tue Jan 27, 2004 3:26 pm

lookup and using seqfile, or dataset, or file set for a ref

Post by Marley777 »

Which is best to use as a reference in a lookup stage (seqfile, or dataset, or file set, or DB2)?

Thanks
kris007
Charter Member
Charter Member
Posts: 1102
Joined: Tue Jan 24, 2006 5:38 pm
Location: Riverside, RI

Post by kris007 »

It depends on the requirement you have. If all those stages have the same number of records then there won't be much difference performance wise. DB2 might be slower by the time it takes to establish the connection to the database (on the same server or remote server).
Kris

Where's the "Any" key?-Homer Simpson
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Probably a Data Set in most cases, but you need to factor in the amount of resources needed to populate that Data Set in the first place.
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