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
What is the purpose of indexes?
Is multi insert ansi standard?
What is real time and near real time data warehousing?
What is stored procedure in teradata?
Explain teradata utilities?
What is the particular designated level at which a LOCK is liable to be applied in Teradata?
Highlight the points of differences between the database and user in Teradata.
When tpump is used instead of multiload?
How do you verify a complicated sql?
Describe primary index in teradata?
Highlight a few of the advantages that ETL tools have over Teradata.
What is the difference between teradata and oracle?
Explain the term 'tables' related to relational database management system?
If a Node is busy what are the steps you can take to avoid ?
What do you mean by ttu in teradata?