teradata connetor 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
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

teradata connetor issue

Post by iskapalli »

Hi, my job design is sequential -> transformer -> teradata connector stage.
my source file contains 13,00,000 records.

it is running more than one hour.

Please find the properties which I have given.

table action- truncate
load- update(multi load)
access method- bulk

array size- 10
record count -100

Please let me know why it is takeing this much time.
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

Post by iskapalli »

moe information
pTD_SYNC_ID = 1
pTD_SYNC_POLL = 5
pTD_SYNC_TIMEOUT = 1800
pTD_CHECK_TIMEOUT = 0
pTD_END_TIMEOUT = 0
pTD_PROGRESS = 0
pTD_SESSMAX = 8
pTD_SESSMIN = 0
pTD_SLEEP = 0
pTD_TENACITY = 0
pTD_ARRAYSIZE = 10
pTD_RECORDCOUNT = 100
pNUMROWS = 50000000
pTD_ERROR_LIMIT = 0
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Have you spoken with your Teradata DBA?
zaino22
Premium Member
Premium Member
Posts: 81
Joined: Thu Mar 22, 2007 7:10 pm

Post by zaino22 »

you should check if it is loading very slow OR not loading at all by checking the current log. Because knowing where the problem can help you resolve the issue faster. If the table is not loading at all, there could be locking issue.
Post Reply