Performance issue in reading 6GB file

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

ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Either the CPU or the I/O will be high while this job is running. If the CPU is high then your bottleneck is parsing the input string, if the I/O is high then you are limited by that factor. If neither is high then you are being limited by some other factor.
Post Reply