INDEXES

SQL indexes

❗️

This is a legacy Apache Ignite documentation

The new documentation is hosted here: https://ignite.apache.org/docs/latest/

This view exposes information about SQL indexes.

NAMETYPEDESCRIPTION
INDEX_NAMEstringName of the index
INDEX_TYPEstringType of the index
COLUMNSstringColumns included in index
SCHEMA_NAMEstringSchema name
TABLE_NAMEstringTable name
CACHE_NAMEstringCache name
CACHE_IDintCache ID
INLINE_SIZEintInline size in bytes
IS_PKbooleanTrue if primary key index
IS_UNIQUEbooleanTrue if unique index