how teradata fetches a row from primary index table?
Answer / vinoth
All the rows in the table will be evenly disturbed among the AMP's based on the Primary Index column.
Eg. employee table (EMP_NO(PI),EMP_NAME)
AMP1 AMP2 AMP3
12,PARTI 15,alex 14,flex
When you execute the query select emp_name from employee where emp_no='12' .
It's a One AMP operation, it will directly go to AMP 1 and it will fetch the value "PARTI".
Please look at the terms PE, BYNET and AMP to understand this more.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the commands to make a new table, change a table and remove a table in teradata?
Hi frnds this question is asked at IBM One query is there when we dont collect stastics on it,exlapin will show us LOW CONFIDENCE,When we collect stastics it shows HIGH CONFIDENCE.WHAT IS THE INTERNAL ARCHITECTURE ACTUALLY GOING ON ?????ASKED ON 23-08-2012 THANKS IN ADVANCE
Can we collect statistics on multiple columns?
How to copy teradata scripts from ur remote desktop to server machine?
Difference between client character set and server character set? What is the use of these two?default character set in teradata?
What are the design features involved in teradata?
Highlight the points of differences between the database and user in Teradata.
What are the joins in teradata and how many types of joins are there in teradata?
How would you load a very large file in teradata in general?
if a error occured in FASTLOAD is the fastload job stops?
In a table can we use primary key in one column and in another column both unique and not null constrains.if yes how?
Which is faster fastload or multiload?