Slow Oracle enterprise stage

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
debasisp
Premium Member
Premium Member
Posts: 34
Joined: Wed Feb 01, 2006 1:53 am

Slow Oracle enterprise stage

Post by debasisp »

Hi,
In our project we are using Oracle enterprise stage. While reading from Oracle I saw it is reading 33000 rows/sec. But in some jobs while inserting it is 33 rows/sec to 100 rows/sec. It is very slow. And the operation at target table is Upsert.

This is a sort of performance improvement project. Can anyone help me out to figure out where I can explore more for this type of slow rows/sec.

Cheers
Deb
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Update is always - and necessarily - a slow operation. Even insert can be slow if there are many indexes and integrity constraints to be checked.

Separate your inserts and updates into separate streams, bulk load the inserts and do the updates subsequently.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply