XML Ouput 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
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

XML Ouput Stage

Post by pavan_test »

My business requirement expects me to write output file in xml format only. The output record count is 3 million approximately.

Currently the xml output stage is running sequentially and the xml stage performance is slow (20 rows/sec). Can anyone please tell me if I can run the xml output stage in parallel using datastage 8.1 (os aix) without compromising the output xml tags or data.

Thanks
Mark
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Yes....but.........it's going to depend on what you are doing with the xml downstream.....if you run it in parallel, you could put "chunks" of xml on the output link, and then re-combine them later somehow...but you will then be responsible for the header, etc of the document.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply