Page 1 of 1

XML Ouput Stage

Posted: Mon Jun 13, 2011 10:43 am
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

Posted: Mon Jun 13, 2011 1:54 pm
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