Answer Posted / mainframe.rahulz
A DB2 index is a clustering index if the CLUSTER keyword is
specified when the index is created.In a clustered index
rows are stored continuously in a an
order.
When you define a clustering index on a DB2 table, you
direct DB2 to insert rows into the table in the order of the
clustering key values. The first index that you define on
the table serves implicitly as the clustering index unless
you explicitly specify CLUSTER when you create or alter
another index. For example, if you first define a unique
index on |the EMPID column of the EMP table, DB2 inserts
rows into the EMP table in the order of the EMPLOYEE ID
unless you explicitly define another index to be the
clustering index
Eg:CREATE INDEX Index name
ON tablename CLUSTER;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is cascading rollback?
What is catalog database in db2?
How do you stop a db2 database in linux?
What is copy pending and check pending in db2?
B37 abend during spufi?
What is a bind card?
What is dclgen (declaration generator)?
What is a page in db2?
List down the types of triggers in the db2 database?
Why do we need reorg in db2?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
Differentiate between cs and rr isolation levels? Where do you specify them?
Which component is responsible for db2 startup and shutdown?
How to create db2 table in mainframe?
What is runstats and reorg in db2?