Note
This view is introduced since OceanBase Database V4.0.0.
Purpose
This view displays the INDEX information of all tenants.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | bigint(20) | NO | Tenant ID. |
| OWNER | varchar(128) | NO | The owner of the index. |
| INDEX_NAME | varchar(128) | NO | The name of the index. |
| INDEX_TYPE | varchar(27) | NO | The type of the index. |
| TABLE_OWNER | varchar(128) | NO | The owner of the indexed object. |
| TABLE_NAME | varchar(128) | NO | The name of the indexed object. |
| TABLE_TYPE | varchar(5) | NO | The type of the indexed object. |
| UNIQUENESS | varchar(9) | NO | Indicates whether the index is unique (UNIQUE) or not (NONUNIQUE). |
| COMPRESSION | varchar(13) | NO | Indicates whether the index is compressed. |
| PREFIX_LENGTH | decimal(10,0) | NO | Not supported. The default value is NULL. |
| TABLESPACE_NAME | varchar(30) | NO | The name of the tablespace where the index resides. |
| INI_TRANS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| MAX_TRANS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| INITIAL_EXTENT | decimal(10,0) | NO | Not supported. The default value is NULL. |
| NEXT_EXTENT | decimal(10,0) | NO | Not supported. The default value is NULL. |
| MIN_EXTENTS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| MAX_EXTENTS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| PCT_INCREASE | decimal(10,0) | NO | Not supported. The default value is NULL. |
| PCT_THRESHOLD | decimal(10,0) | NO | Not supported. The default value is NULL. |
| INCLUDE_COLUMN | decimal(10,0) | NO | Not supported. The default value is NULL. |
| FREELISTS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| FREELIST_GROUPS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| PCT_FREE | decimal(10,0) | NO | Not supported. The default value is NULL. |
| LOGGING | varchar(3) | NO | Not supported. The default value is NULL. |
| BLEVEL | decimal(10,0) | NO | Not supported. The default value is NULL. |
| LEAF_BLOCKS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| DISTINCT_KEYS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| AVG_LEAF_BLOCKS_PER_KEY | decimal(10,0) | NO | Not supported. The default value is NULL. |
| AVG_DATA_BLOCKS_PER_KEY | decimal(10,0) | NO | Not supported. The default value is NULL. |
| CLUSTERING_FACTOR | decimal(10,0) | NO | Not supported. The default value is NULL. |
| STATUS | varchar(8) | NO | Indicates whether the index is valid or unusable. |
| NUM_ROWS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| SAMPLE_SIZE | decimal(10,0) | NO | Not supported. The default value is NULL. |
| LAST_ANALYZED | date | NO | Not supported. The default value is NULL. |
| DEGREE | varchar(40) | NO | Not supported. The default value is NULL. |
| INSTANCES | varchar(40) | NO | Not supported. The default value is NULL. |
| PARTITIONED | varchar(3) | NO | Indicates whether the index is a partitioned index. |
| TEMPORARY | varchar(1) | NO | Not supported. The default value is NULL. |
| GENERATED | varchar(1) | NO | Not supported. The default value is NULL. |
| SECONDARY | varchar(1) | NO | Not supported. The default value is NULL. |
| BUFFER_POOL | varchar(7) | NO | Not supported. The default value is NULL. |
| FLASH_CACHE | varchar(7) | NO | Not supported. The default value is NULL. |
| CELL_FLASH_CACHE | varchar(7) | NO | Not supported. The default value is NULL. |
| USER_STATS | varchar(3) | NO | Not supported. The default value is NULL. |
| DURATION | varchar(15) | NO | Not supported. The default value is NULL. |
| PCT_DIRECT_ACCESS | decimal(10,0) | NO | Not supported. The default value is NULL. |
| ITYP_OWNER | varchar(128) | NO | Not supported. The default value is NULL. |
| ITYP_NAME | varchar(128) | NO | Not supported. The default value is NULL. |
| PARAMETERS | text | NO | Not supported. The default value is NULL. |
| GLOBAL_STATS | varchar(3) | NO | Not supported. The default value is NULL. |
| DOMIDX_STATUS | varchar(12) | NO | Not supported. The default value is NULL. |
| DOMIDX_OPSTATUS | varchar(6) | NO | Not supported. The default value is NULL. |
| FUNCIDX_STATUS | varchar(8) | NO | The status of a function-based index. |
| JOIN_INDEX | varchar(3) | NO | Indicates whether the index is a join index. |
| IOT_REDUNDANT_PKEY_ELIM | varchar(3) | NO | Not supported. The default value is NULL. |
| DROPPED | varchar(3) | NO | Indicates whether the index has been dropped and moved to the recycle bin. |
| VISIBILITY | varchar(9) | NO | Indicates whether the index is visible to the optimizer. |
| DOMIDX_MANAGEMENT | varchar(14) | NO | Not supported. The default value is NULL. |
| SEGMENT_CREATED | varchar(3) | NO | Not supported. The default value is NULL. |
| ORPHANED_ENTRIES | varchar(3) | NO | Not supported. The default value is NULL. |
| INDEXING | varchar(7) | NO | Not supported. The default value is NULL. |
| AUTO | varchar(3) | NO | Not supported. The default value is NULL. |