Teradata Connector loading issue

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
joan
Participant
Posts: 1
Joined: Wed Apr 21, 2010 12:01 am

Teradata Connector loading issue

Post by joan »

Hi All,

I have td_connector --> Copy --> td_connector.

In the source td_connector Im performing a union and selecting around 19 million records.

Initially it loads data at a good speed of around 20k rows/sec. But after around 7million records get loaded the speed goes down to around 3k rows/sec.

I checked the skew factor its only around 4%.

Target td_coonector --> Immediate mode with parallel synch on

Can some please advice what to do ... why is this happening.

Thanks in advance ...
sreewin7
Participant
Posts: 41
Joined: Tue Sep 14, 2010 8:48 pm

Re: Teradata Connector loading issue

Post by sreewin7 »

Is any index or constrian's on the table and are you doing insert and update,check this two things and try to keep some filter condition for testing purpose and check the performance.
Post Reply