Sparse lookup possible in SE?

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
bchau
Charter Member
Charter Member
Posts: 46
Joined: Tue Jan 18, 2005 7:39 am
Location: Japan
Contact:

Sparse lookup possible in SE?

Post by bchau »

I performed a search but could not find any information about sparse lookups in server edition. Does anyone know if it is possible? I know that PX has this option.
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

In server, while doing the lookups, each query can behave like a sparse lookup if you dont use the buffers. So each time input values are mapped to question marks of SQL in lookup DB stage and will be run at that time.
Regards,
S. Kirtikumar.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

ALL server job lookups are sparse, in that there is no intermediate virtual Data Set. As Kirtikumar notes, however, enabling row buffering has a similar effect to a virtual Data Set. Nevertheless, a query is executed against the database server (or hashed file) for each stream input row, buffering notwithstanding; therefore all server job lookups are technically sparse.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bchau
Charter Member
Charter Member
Posts: 46
Joined: Tue Jan 18, 2005 7:39 am
Location: Japan
Contact:

Post by bchau »

ok thanks guys!
Post Reply