What is the default join strategy in Teradata???
Answer Posted / yuvaevergreen
Three strategies followed by optimizer are:
1.Duplication of rows of one table to every amp
--> This one is opted by optimizer when the non-PI column
is on a small table.
2.Redistribution of the non PI rows of the table to the amp
containing the matching PI row amp.
--> This one is opted when the tables are large. The non PI
column is in one table is redistributed to the amp
containing the matching PI.
3.Redistribute both the rows of the table by hash values.
--> This is chosen when the join is on a column that is not
the PI in either table. This will require the most spool
space.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Explain the term 'foreign key' related to relational database management system?
What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?
What do you mean by parsing?
During the Display time, how is the sequence generated by Teradata?
What is the meaning of Caching in Teradata?
How to identify ppi columns?
List out teradata data types?
What is bteq utility in teradata?
What are the functions of a teradata dba?
What are the scenarios in which full table scans occurs?
Describe primary index in teradata?
Why managing the data is important?
Define views in teradata with syntax.
What is a level of granularity of a fact table?
Comment whether bottleneck is an error or not.