what is use of PI(primary index) AND SI(secondary index)
Answer Posted / gowthami
The data can be access in teradata in 3ways..
1.Full table scan
2.Primary index
3.secondary index
PRIMARY INDEX:This one is Mandatory index.Teradata
distribute data across all amps.so for distribution of data
P.I need.
accessing and retrieval is possible through primary
index.which contains..1)UNIQUE PRIMARY INDEX 3)NON UNIQUE
PRIMARY INDEX 3)PARTITIONED PRIMARY INDEX 4)NO PRIMARY
INDEX(from teradta13)
SECONDARY INDEX:only retrival possibele through secondary
index.Means it doesnot distribute the data.
Using scenario::-There is a primary index on the table.But
we are using other than primary index colums in the where
clause as part of frequently retrival data.In this situation
system does full table scan,To avoid this take SI on the table.
Friends if any one have the better ans plz add.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain the teradata primary index mechanics in detail with a diagram.
What is primary index and secondary index?
Explain the term 'primary key' related to relational database management system?
What are the various indexes in teradata? Why are they preferred?
What is meant by a Parsing Engine?
What happens in a conflict? How do you handle that?
What are default access rights in teradata?
Difference between multiload and tpump?
How to find duplicates in a table?
What is multi insert?
What are the various indexes in teradata? How to use them?
Explain teradata utilities. What is multiload, fast load, tpump?
List out some of the primary characteristics of teradata.
What is meant by a Highest Cost Plan?
What are the different methods ot loading a dimension table? A fact table etc?