What is Join Index in TD and How it works?
Answer Posted / rashid equbal
Join Index is nothing but pre-joning 2 or more tables or
views which are commonly joined in order to reduce the
joining overhead.
So teradata usdes the join index instead of resolving the
joins in the participating base tables.
They increase the efficiency and performance of join
queries.
They can have different primary indexes than the base tables
and also are automatically updated as and when the base rows
are updated. they can have repeating values.
There are 3 types of join indexes:
1) Single table join index - here the rows are distributed
based on the foreign key hash value of the base table.
2) Multi table join index - joining two tables.
3) Aggregate join index - performing the aggregates but
only sum and count.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is meant by a dispatcher?
What are the different softwares used with their functions in teradata?
What do you mean by fastexport in teradata?
What are the joins in teradata?
How to load specific no.of records using bteq, or fastload,or multiload
What are the enhanced features in teradata v2r5 and v2r6?
what are the uses of fact table and dimension table in banking project?
What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?
Give a justifiable reason why Multi-load supports NUSI instead of USI.
what is object level locking ? where do appear this type of locking ?
What does Amp contain and what are all the operations that it performs?
If I wanted to run a TPump job only once per day - basically working on a file that is produced once per day - how would you set up the parameters for that sort of job ?
What is a three-tier data warehouse?
Discuss the advantages of using partitioned primary index in a query?
how do you manage the production space. what are the proactive methods you can take ?