Note
This view is available starting with V4.3.4.
Purpose
This view displays information about the object storage configurations of the shared storage cluster in each zone.
Note
This view is available only in Shared-Storage (SS) mode. In Shared-Nothing (SN) mode, the query result of this view is empty.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| CREATE_TIME | datetime | YES | The time when the record was created. |
| MODIFY_TIME | datetime | YES | The time when the record was modified. |
| ZONE | varchar(128) | NO | The name of the zone. |
| PATH | varchar(1024) | NO | The root path of the object storage. The path usually starts with oss:// or s3://. |
| ENDPOINT | varchar(1024) | NO | The endpoint of the object storage. |
| USED_FOR | varchar(256) | NO | The user of the object storage. Currently, only ALL is supported, indicating that the object storage is used for clogs and data. |
| STORAGE_ID | bigint(20) | NO | The ID of the object storage path. The same path has the same STORAGE_ID. |
| AUTHORIZATION | varchar(1024) | NO | The authorization information of the object storage. |
| MAX_IOPS | bigint(20) | YES | The maximum IOPS of the object storage. |
| MAX_BANDWIDTH | bigint(20) | YES | The maximum bandwidth of the object storage, in bytes. |
| STATE | varchar(256) | NO | The state of the object storage. Valid values:
|
| EXTENSION | varchar(4096) | YES | Additional information about the object storage. |
References
To query information about the object storage configurations of the shared storage cluster, query the following views: