1 Row/Sec- 10 row/sec

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
nkln@you
Premium Member
Premium Member
Posts: 271
Joined: Wed Nov 17, 2004 5:15 am
Location: US

1 Row/Sec- 10 row/sec

Post by nkln@you »

My DS jobs in production are running very low. Very slow in the sense 1 row/sec also touched. It is fluctuating between 1- 10 rows/sec..

I dont feel there is a problem in Jobs. Can anyone suggest what to be done. Right now they are running like that.
Aim high
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

can you please provide us with job flow? which stages you using. databases if any?
nkln@you
Premium Member
Premium Member
Posts: 271
Joined: Wed Nov 17, 2004 5:15 am
Location: US

Post by nkln@you »

Most of the Jobs having
Ora 9I -> Transformer -> Ora 9i.

Both target and source databases are Oracle. There will be some after sqls in the job. Datastage used is 7.0
Aim high
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

add a sequential file in between

Ora 9I -> Transformer -> sequential file -> Ora 9i.


which stage are you using to load into oracle?
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

You said this is happening in production. Was the same experienced in development or even system test environments?
What are the after sqls? If they are deletes, and the table size is huge, then that might be taking a long time. And during the execution of after sqls.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
dprasanth
Charter Member
Charter Member
Posts: 90
Joined: Fri Oct 07, 2005 7:55 am

Post by dprasanth »

nkln@you wrote:Most of the Jobs having
Ora 9I -> Transformer -> Ora 9i.

Both target and source databases are Oracle. There will be some after sqls in the job. Datastage used is 7.0
Have you done the following steps
1.Checked for arraysize and Transaction size
2. Analysed the tables on database
3. Check for the Edit--> Job Properties--> Performance--> Enabling Inter Process row buffer
4. Try to introduce Parallelism in your job( on the database side) by
ALTER TABLE <tablename> Parallel 4
5. Check whether the tables are properly indexed
Post Reply