INDEXES
SQL indexes
This is a legacy Apache Ignite documentationThe 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 over 1 year ago

