MY_IND_PARTITIONS
MY_IND_PARTITIONS displays information about index partitions accessible to the current user. This view exists in both PG_CATALOG and SYS schema.
Name |
Type |
Description |
---|---|---|
index_owner |
character varying(64) |
Name of the owner of the partitioned table index to which an index partition belongs |
index_name |
character varying(64) |
Index name of the partitioned table index to which the index partition belongs |
partition_name |
character varying(64) |
Name of the index partition |
def_tablespace_name |
name |
Tablespace name of the index partition |
high_value |
text |
Upper limit of the partition corresponding to the index partition |
index_partition_usable |
boolean |
Whether the index partition is available
|
schema |
character varying(64) |
Schema of the partitioned table index to which the index partition belongs |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot