Teradata 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
kpsita
Participant
Posts: 99
Joined: Tue Jul 21, 2009 11:43 pm

Teradata Stage

Post by kpsita »

Hi,

My target is a Teradata table. Since I am new to Teradata, not sure whether I use Teradata Enterprise stage or Teradata Multi load stage.
Or in other words, when to use enterprise stage and when to use multiload stage.Please help.

Thanks,
KPSITA
sankar.td
Participant
Posts: 42
Joined: Fri Jul 25, 2008 3:53 am
Location: pune
Contact:

Post by sankar.td »

Hi ,

Teradata enterprise stage is like fast load in teradata.
For fast load in teradata,
Target table must be empty and constraints free and it won't allow any index other than primary index.

in fast laod we can do insert only.

Where as in mload ,

we can load data even though it has data in target table
we can do insert ,update and delete through mload.

Regards,
Sankar.
sa
kpsita
Participant
Posts: 99
Joined: Tue Jul 21, 2009 11:43 pm

Post by kpsita »

Thank you Sanker
KPSITA
Post Reply