How to find No. of Records present in Each AMP or a Node
for a given Table through SQL?
Answer Posted / n
Sel HASHAMP(HASHBUCKET(HASHROW(PRIMARY_INDEX_COLUMNS)))
AS AMP_NO,
COUNT(*)
From DATABASENAME.TABLE_NAME
GROUP BY 1;
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
How do you do backup and recovery in teradata?
Explain the meaning of Amp?
what are the uses of fact table and dimension table in banking project?
Difference between stored procedure and macro?
In general, how do you optimze any sql in teradata?
What is meant by a node?
How many codd's rules are satisfied by teradata database?
Let us say there is a file that consists of 100 records out of which we need to skip the first and the last 20 records. What will the code snippet?
What are the functions involved in shared information architecture?
What are the functions of a Parser?
What are types of partition primary index (ppi) in teradata?
What is meant by a Least Cost Plan?
Highlight the advantages of PPI(Partition Primary Index).
Is multi insert ansi standard?
What is a node in teradata?