1. generally how many node system will be used by the client.
2. while running mload if the job is aborted/failed at any
phase what we have to look after to run the job successfully?
3.i wanted to know how to write the fastload script for
table creation as well as table loading in a single script?
Answers were Sorted based on User's Feedback
Answer / ugandhar
1) It depends on the requirement. Generally around 10 node
system will be a moderate to high dataware house
environments.
2) Check the log file to know the exact failure. Fix it, do
the mlod cleanup and rerun the job.
3) specify the table craetion step in the beginning of the
script before the actual fastload commands starts.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / yuvaevergreen
1. As said above, the requirement drives the no of nodes to
be connected. But, for millions of data, generally, 10 nodes
may be used
2.release mload, drop the log table,work table,error table
and submit the mload if the table needs to be loaded from first.
3.Log onto Teradata,Defining the Teradata table that you
want to load (target table),Defining the INPUT data file,
Telling the system to start loading.
Is This Answer Correct ? | 2 Yes | 0 No |
which join mostly use in realtime?
what is differences between Fastload and Multiload as per DBA aspect ?
Did you write stored procedures in teradata?
What are the different table types supported by teradata?
What are the different softwares used with their functions in teradata?
Aborted in Phase 2 data acquistion completed in fastload?
If the PMON is not working then how do you identify and monitor all the processes, resources and sessions ?
What is differnce between Error code and Error Level in Bteq
Highlight the need for Performance Tuning.
How do you determine the number of sessions?
Define views in teradata with general syntax.
What are the various indexes in teradata? Why are they preferred?