Updated on 2024-06-03 GMT+08:00

MY_INDEXES

MY_INDEXES displays index information about the current user. This view exists in the PG_CATALOG and SYS schemas.

Table 1 MY_INDEXES columns

Name

Type

Description

owner

character varying(64)

Index owner.

index_name

character varying(64)

Index name.

table_name

character varying(64)

Name of a table corresponding to an index.

uniqueness

text

Specifies whether an index is unique.

partitioned

character(3)

Specifies whether an index has the property of partitioned tables.

generated

character varying(1)

Specifies whether the name of an index is generated by the system.

index_type

character varying(27)

Index type.

table_owner

character varying(128)

Owner of an index object.

table_type

character(11)

Type of an index object.

tablespace_name

character varying(30)

Name of the tablespace that contains the index.

status

character varying(8)

Status of a non-partitioned index.

compression

character varying(13)

Not supported. The value is NULL.

prefix_length

numeric

Not supported. The value is NULL.

ini_trans

numeric

Not supported. The value is NULL.

max_trans

numeric

Not supported. The value is NULL.

initial_extent

numeric

Not supported. The value is NULL.

next_extent

numeric

Not supported. The value is NULL.

min_extents

numeric

Not supported. The value is NULL.

max_extents

numeric

Not supported. The value is NULL.

pct_increase

numeric

Not supported. The value is NULL.

pct_threshold

numeric

Not supported. The value is NULL.

include_column

numeric

Not supported. The value is NULL.

freelists

numeric

Not supported. The value is NULL.

freelist_groups

numeric

Not supported. The value is NULL.

pct_free

numeric

Not supported. The value is NULL.

logging

character varying(3)

Not supported. The value is NULL.

blevel

numeric

Not supported. The value is NULL.

leaf_blocks

numeric

Not supported. The value is NULL.

distinct_keys

numeric

Not supported. The value is NULL.

avg_leaf_blocks_per_key

numeric

Not supported. The value is NULL.

avg_data_blocks_per_key

numeric

Not supported. The value is NULL.

clustering_factor

numeric

Not supported. The value is NULL.

num_rows

numeric

Not supported. The value is NULL.

sample_size

numeric

Not supported. The value is NULL.

last_analyzed

timestamp(0) without time zone

Not supported. The value is NULL.

degree

character varying(40)

Not supported. The value is NULL.

instances

character varying(40)

Not supported. The value is NULL.

temporary

character varying(1)

Not supported. The value is NULL.

secondary

character varying(1)

Not supported. The value is NULL.

buffer_pool

character varying(7)

Not supported. The value is NULL.

flash_cache

character varying(7)

Not supported. The value is NULL.

cell_flash_cache

character varying(7)

Not supported. The value is NULL.

user_stats

character varying(3)

Not supported. The value is NULL.

duration

character varying(15)

Not supported. The value is NULL.

pct_direct_access

numeric

Not supported. The value is NULL.

ityp_owner

character varying(128)

Not supported. The value is NULL.

ityp_name

character varying(128)

Not supported. The value is NULL.

parameters

character varying(1000)

Not supported. The value is NULL.

global_stats

character varying(3)

Not supported. The value is NULL.

domidx_status

character varying(12)

Not supported. The value is NULL.

domidx_opstatus

character varying(6)

Not supported. The value is NULL.

funcidx_status

character varying(8)

Not supported. The value is NULL.

join_index

character varying(3)

Not supported. The value is NULL.

iot_redundant_pkey_elim

character varying(3)

Not supported. The value is NULL.

dropped

character varying(3)

Not supported. The value is NULL.

visibility

character varying(9)

Specifies whether the index is visible to the optimizer.

domidx_management

character varying(14)

Not supported. The value is NULL.

segment_created

character varying(3)

Not supported. The value is NULL.

orphaned_entries

character varying(3)

Not supported. The value is NULL.

indexing

character varying(7)

Not supported. The value is NULL.

auto

character varying(3)

Not supported. The value is NULL.