Difference between DB2 enterprise stage and DB2 API stage

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
adityavarma
Premium Member
Premium Member
Posts: 104
Joined: Thu Jul 12, 2007 11:32 pm
Location: Canada

Difference between DB2 enterprise stage and DB2 API stage

Post by adityavarma »

Hi ,

can anyone tell me the differences between DB2 enterprise stage and DB2 API stage.

Thanks in advance

Regards,
Aditya
wesd
Participant
Posts: 22
Joined: Mon Aug 16, 2004 8:56 pm

Post by wesd »

Enterprise - Parallel read and ability to lookup data in tables using Lookup stage. Must have DPF installed on DB2.

API - sequential read and no lookup ability. A basic stage for reading data.
Wes Dumey
Senior Consultant
Data Warehouse Projects
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

There was an article on IBM DeveloperWorks showing how the DB2 Enterprise Stage could run up to 250% faster than the DB2 API stage for retrieving data. See DataStage Tip: Extracting database data 250% faster.
Post Reply