What is a clustering index?
Answers were Sorted based on User's Feedback
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 |
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 |
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
how to resolve -818 error. how to see timestamp token in load module and plan
wht are the restrictions for union ?
wht steps we need will coding cobol and db2 pgm ?
What is the difference between IN subselects and EXISTS subselect?
What os does db2 run on?
How can you do the explain of a dynamic sql statement?
what is the name of the default db2 catalog database?
can we drop column from a table
Can we use select * statement in cobol program without giving field names ???
What are the abend codes occour in ur latest PROJECT in DB2
What is correlated subquery?