Performance difference between fileset and file usage

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
kruthika
Participant
Posts: 21
Joined: Mon May 31, 2004 11:14 pm

Performance difference between fileset and file usage

Post by kruthika »

Hi

parallel job 1 uses a sequential file- transformer-sequential file.

parallel job 2 uses a sequential file-fileset-transformer-fileset-sequential file.

Is there a performance difference between these two jobs?
Is there a way to find the performance difference..

Thanks!!
Kruthika
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Performance in ETL is principally measured as elapsed time.
In the job logs you will find start and finish times for the job and for its active stages.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply