what is meant by Hot amp?
Answers were Sorted based on User's Feedback
Answer / guest
HOT AMP is a condition when data is NOT EQUALLY DISTRIBUTED
among AMPS and all the data is present in one or few AMPs.
In that case , when user fires SELECT query ,only the
processing power of one or few AMPs among many AMPs will be
used while others AMPS will be IDLE leading to the condition
called HOT AMPs in DB.
In case of HOT AMPs , query performance is very POOR.
Teradata Developer must try to choose PI in such a way that
uniquely distributes the data among AMPs and not lead to HOT
AMPs in Teradata Server.
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / tdguy
highly non unique PI values, more number of null values can
create a hot amp condition., which means one or more amps
will be holding more rows than other amps. Distribution
occurs unevenly. This can cause out of spool space error.
Is This Answer Correct ? | 5 Yes | 1 No |
How is MLOAD Teradata Server restarted after execution?
My table got locked during mload due to a failed job. What do I do to perform other operations on it?
If the table does not have duplicates then which utility you can suggest to load the data ?
Explain vproc in teradata?
Difference between Teradata V2R5 and Teradata V12 versions?
What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?
What is meant by a Parsing Engine?
How would you load a very large file in teradata in general?
what are the file sizes in your project?
What is the use of having index on table?
What are the components provided on node?
How to identify ppi columns?