What is a clustering index?

Answers were Sorted based on User's Feedback



What is a clustering index?..

Answer / pawan

Clustered indexes can be created to order the rows in the
table in the same physical order as the desired result
set.Clustered indexes allow for a more linear access
pattern to data pages and more effective prefetching, and
help avoid sorts.Only one cluster index can be created on
table.

Is This Answer Correct ?    3 Yes 0 No

What is a clustering index?..

Answer / s

Clustering Index is an index defined with the CLUSTER
keyword and determines where the row should be inserted to
maintain the clustering sequene

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

How to check table size in db2 sap?

0 Answers  


Which isolation level provides maximum concurrency?

0 Answers  


What is meant by index cardinality?

2 Answers  


When do you specify the isolation level? How?

1 Answers  


PLAN IS EXECUTABLE AND PACKAGE IS NOT EXECUTABLE . THEN WHAT IS THE USE OF PACKAGE?

2 Answers   Tech Mahindra, Wipro,






What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?

0 Answers  


What is node in db2?

0 Answers  


What is the picture clause of the null indicator variable?

6 Answers  


What is CHECK PENDING ?

5 Answers  


What are the various locks available?

5 Answers   CTS,


What is the difference between a package and a plan?

6 Answers   Infosys, L&T, Mphasis,


Is there any advantage to denormalizing DB2 tables?

1 Answers  


Categories