Note
This view is introduced since OceanBase Database V4.0.0.
Purpose
This view displays the template information about subpartitions of partitioned tables in all tenants.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | decimal(10,0) | NO | Tenant ID. |
| USER_NAME | varchar(128) | NO | The owner of the partitioned table. |
| TABLE_NAME | varchar(128) | NO | The name of the partitioned table. |
| SUBPARTITION_NAME | varchar(132) | NO | The name of the subpartition. |
| SUBPARTITION_POSITION | bigint(21) | NO | The position of the subpartition. |
| TABLESPACE_NAME | varchar(30) | NO | The name of the tablespace to which the subpartition belongs. |
| HIGH_BOUND | varchar(262144) | NO | The partitioning expression of the partition template. |
| COMPRESSION | varchar(4) | NO | The default value is NULL. Indicates whether to store the subpartition data in compressed format in each new composite subpartition of the partition template: You can specify this value in the partition template. |
| INDEXING | varchar(4) | NO | The default value is NULL. Indicates whether to consider the subpartition data in each new composite subpartition of the partition template as a partial index: You can specify this value in the partition template. |
| READ_ONLY | varchar(4) | NO | The default value is NULL. Indicates whether to set the subpartition data in each new composite subpartition of the partition template to read-only: You can specify this value in the partition template. |