Page 1 of 1

Posted: Tue Sep 19, 2006 3:04 pm
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?

Posted: Tue Sep 19, 2006 7:30 pm
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.