performance tuning process

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
nani0907
Participant
Posts: 155
Joined: Wed Apr 18, 2007 10:30 am

performance tuning process

Post by nani0907 »

Hi all,

i am having source as file with huge amount of data. it's taking along time to run the job to get loaded into the targetdatabase which is oracle.
Could you please let me know how to finetune the performance

Thanks In Advance
thanks n regards
nani
Divya.A
Participant
Posts: 7
Joined: Mon Sep 08, 2008 11:41 pm

Post by Divya.A »

In order to have faster reading from the Stage the number of readers per node can be increased (default value is one).
Divya.A
Participant
Posts: 7
Joined: Mon Sep 08, 2008 11:41 pm

Post by Divya.A »

In order to have faster reading from the Stage the number of readers per node can be increased (default value is one).
nani0907
Participant
Posts: 155
Joined: Wed Apr 18, 2007 10:30 am

Post by nani0907 »

hi,

Could you please tell me how set the readers option and where can i find it
thanks n regards
nani
balu_infotech
Participant
Posts: 6
Joined: Fri Jun 15, 2007 4:53 am

go to properies tabs and go to options and add the number

Post by balu_infotech »

go to properies tabs and go to options and add the number of readers per nodes
nani0907
Participant
Posts: 155
Joined: Wed Apr 18, 2007 10:30 am

Post by nani0907 »

Thanks.

This is the part of tuning at the source level for the file. and how to improve the performance while it is inserting into the target table which is oracle as it is taking the long time
thanks n regards
nani
Romy
Participant
Posts: 26
Joined: Thu Nov 13, 2008 3:37 am
Location: Chennai

Re: performance tuning process

Post by Romy »

Hi,

I am not sure whether you are using any index in the target table. If so drop it, insert the data and then re create the index again. It may improve the performance.
pratimdc
Premium Member
Premium Member
Posts: 9
Joined: Mon Mar 19, 2007 9:50 am

Re: performance tuning process

Post by pratimdc »

Try using Load option in the Oracle stage.

If you can not disable the indexes then use the option DIRECT=FALSE. If you have persmission to disable and enable indexes then you may use DIRECT=TRUE.

This should improve your performance.
Post Reply