Concepts : Concepts used in HOPEX : Attributes (MetaAttributes) : Index-Type
   
Index-Type
An index can be of the following types:
- Unique : a uniqueness control is performed on the values of this column.
- Clustered : a physical grouping is performed to optimize data access.
- Unique clustered : a uniqueness control and a physical grouping are performed.
- Standard : no uniqueness control, nor physical grouping is performed.
Translations
Type
String (12) Enumeration (Opened)
Products
HOPEX System Blueprint, HOPEX NAF, HOPEX DoDAF.
List of MetaClasses
Candidate Key, Index.
Value
Unique (U), Standard (S), Bitmap (B), Unique where not null (N).