Oracle Source Qualifier?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I'm not sure that they know what they're talking about either. Hashed file lookups are the fastest around.

If they're saying that your "code" needs to be optimized, ask them "what code?". You're working in a GUI environment, not a code environment.

If they're so clever, why don't they do it themselves?

What - precisely (and in English, not in a diagram) - are the two jobs intended to accomplish?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

I guess, they are messing up with "Informatica" stages, and referring to the sparse lookup.
If the number of rows in the two sorce is not extremely huge, explain them that, lookup made through the hashed file is more effecient that an sparce lookup done over an indexed table.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply