4D v12.4

Tipo de índice

Página Inicial

 
4D v12.4
Tipo de índice

 

Tipo de índice 

 

 

Constante  Tipo Valor Comentário
Cluster BTree Index  Inteiro longo 3 B-Tree type index using clusters. This type of index is optimized when the index contains few keywords, i.e. when the same values occur frequently in the data.
Default Index Type  Inteiro longo 0 4D specifies the index type (excluding keywords indexes) that is the most optimized according to the contents of the field.
Keywords Index  Inteiro longo -1 Permits word-by-word indexing of field contents. This type of index can only be used with fields of the Text or Alpha type.
Standard BTree Index  Inteiro longo 1 Standard B-Tree type index. This multi-purpose index type is used in previous versions of 4D
 
PROPRIEDADES 

Produto: 4D
Tema: Lista de temas constantes

 
VER TAMBÉM 

CREATE INDEX
SET INDEX