What is Join Index in TD and How it works?
Answer Posted / tdguy
In this join index table, rows from two or more tables are
joined and stored in perm space. This table is updated
whenever the underlying rows are modified in the base
tables. These indexes can be very much useful for the
frequent queries. Advantage is faster processing.
Disadvantage is use of space and whenever join involves
atleast one column out of this join index, then this index
table would be of no use. Entire join would have to be done
separately.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is real time and near real time data warehousing?
What are the 5 phases in a multiload utility?
Write a program to show the parser component used in teradata?
What are the newly developed features of Teradata?
Describe the set operators in teradata.
Explain teradata architecture?
If RDBMS is halted what will you do ?
What is oltp?
How would you load a very large file in teradata in general? What utility would you use for it? Why?
What is upsert statement in teradata?
What is the difference between fastload and multiload?
what is sysdba and sysdbc ? which has high priority ?
How is MLOAD Client System restarted after execution?
What happens in a conflict? How do you handle that?
why use references rather than pointers in the public api, particularly for arguments which are modified?