Performance Drop

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
DeepakCorning
Premium Member
Premium Member
Posts: 503
Joined: Wed Jun 29, 2005 8:14 am

Performance Drop

Post by DeepakCorning »

The loading strategy for my job is truncate and then load. The job runs pretty fast till some 300,000 rows (above 1000 rows / sec ) but then the performance drop to 300 rows / sec. The job is same, server is same, data is of same volume then why there is a sudden drop in processign speed??? Any suggestions??
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I your database on the same machine as the datastage server? Does your table have indices? I would have your DBA monitor the database activity since the likelihood is very high that the cause is there.
DeepakCorning
Premium Member
Premium Member
Posts: 503
Joined: Wed Jun 29, 2005 8:14 am

Post by DeepakCorning »

I am monitorinf the DB Server and DS server. The DB server doesnot show any activity (huge) and the DS serever also doesnot show any big activity.They are on different boxes. We have not seen any network drop also.
The job has not died , its still running but now with very less number of rows/second.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Maybe your DS server is swapping/paging? You can do a "truss -p {pid}" of your DS process to see if there are any system calls or sleeps visible that might help you. Does you job read from a sequential source and does it have lookups ?
ml
Participant
Posts: 82
Joined: Wed Jun 09, 2004 1:03 pm
Location: Argentina

Post by ml »

when the job starts the table is empty for that reason the performance is better, may be you can use a bulk load to improve performance. Also you need to check the transaction size and the rows per transaction; these two values impact on the performance.

good luck.

Matias
Post Reply