rows per sec drops form 300 to 10

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
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

rows per sec drops form 300 to 10

Post by ketfos »

Hi,
I have a job in production which has been running fine all the days.

This morning I found that it was running at 10 rows per sec.

I stopped the job and started again. I noticed that it started with 300 rows per sec and slowly started to drop and after 5 minutes, it is showing me 10 rows per second.

Can you guide me as to why the rows per second dropped.

I am doing an update to the Oracle table.


Thanks
ketfos
ketfos
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

With no specifics, all we can do is guess - and my guess is full table scan from updates on non-indexed columns.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

yes, I should have been some specific.

The problem was in the new index created on the table, which we found when we did Explain Query Plan.

The index was removed and update process took normal time.

thanks

Ketfos
ketfos
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Then please mark the post as Resolved using the button at the top of the screen.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply