Slow performance while Update Existing Rows only

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
senthilmp
Participant
Posts: 85
Joined: Mon Sep 22, 2008 6:11 am

Slow performance while Update Existing Rows only

Post by senthilmp »

Hi,

One of our job is processing only 5 rows per second, we have nearly 0.23 million source records and the update rule in the target is 'update existing rows only'.Can anyone pls help me out how to improve the performance of this jobs. i have disabled the index and constraints on the target table, but still getting 5 rows per second only.
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Do you have an index on the key column? Disabling index in this case will slow down your job.
senthilmp
Participant
Posts: 85
Joined: Mon Sep 22, 2008 6:11 am

Post by senthilmp »

No i dont have indexcon the key column, do you suggest to create one?
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

senthilmp wrote:No i dont have indexcon the key column, do you suggest to create one?
Yes.
senthilmp
Participant
Posts: 85
Joined: Mon Sep 22, 2008 6:11 am

Post by senthilmp »

Thansk it works :)
Post Reply