what is use of PI(primary index) AND SI(secondary index)

Answers were Sorted based on User's Feedback



what is use of PI(primary index) AND SI(secondary index)..

Answer / 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

what is use of PI(primary index) AND SI(secondary index)..

Answer / tdguy

PI - mandatory and very important in TD. Useful in
distribution and retrieval. Performance of TD highly
depends on PI.
SI - Optional and provides alternate path to data. When
choosen appropriately, this improves the performance of
queries.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Teradata Interview Questions

what is identity columns in teradata

2 Answers   Wipro,


How will you solve the problem that occurs during update?

0 Answers  


What is teradata? Also, list out some of the primary characteristics of teradata.

0 Answers  


how do you manage the production space. what are the proactive methods you can take ?

0 Answers  


how can we analyze the locks ?

0 Answers   HP,






Difference between Teradata V2R5 and Teradata V12 versions?

2 Answers   IBM,


What is logical data model?

0 Answers  


If the table does not have duplicates then which utility you can suggest to load the data ?

3 Answers  


What is the use of virtual processor connectivity in teradata?

0 Answers  


How do you verify a complicated sql?

0 Answers  


How to run the Teradata jobs in unix environment ???

4 Answers   IBM,


How do you set the session mode parameters in bteq?

0 Answers  


Categories