how to do the bulk loading in Dataset in datastage

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
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

how to do the bulk loading in Dataset in datastage

Post by deesh »

Hi,

we have a scenario like need to populate 2 million records , i need to pass the records at a time 40,000.
jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Post by jerome_rajan »

Bulk loading is a database specific concept. Datasets reside on the same server as Infosphere. Whatever data is available is written to the dataset's data files.
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There is only 1 way to populate a dataset - from a DataStage job using the dataset stage. One can copy or dump from a dataset using "orchadmin" from the command line.
Post Reply