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.
NAME | TYPE | DESCRIPTION |
---|---|---|
INDEX_NAME | string | Name of the index |
INDEX_TYPE | string | Type of the index |
COLUMNS | string | Columns included in index |
SCHEMA_NAME | string | Schema name |
TABLE_NAME | string | Table name |
CACHE_NAME | string | Cache name |
CACHE_ID | int | Cache ID |
INLINE_SIZE | int | Inline size in bytes |
IS_PK | boolean | True if primary key index |
IS_UNIQUE | boolean | True if unique index |
Updated 2 months ago