Note
This view was introduced in OceanBase Database V4.3.4.
Purpose
This view displays the I/O operations of object storage and cloud disks in the current tenant.
Columns
| Column |
Type |
Nullable? |
Description |
| TENANT_ID |
bigint(20) |
NO |
Tenant ID |
| PATH |
varchar(1024) |
NO |
The path is in the format of oss://, file://, or s3://. |
| ENDPOINT |
varchar(256) |
NO |
- In a shared-nothing (SN) mode, displays the endpoint of object storage for backup and restore, data import, and data export.
- In a shared-storage (SS) mode, displays the endpoint of object storage for log (clog) or data (Data) storage, as well as backup and restore, data import, and data export.
|
| TYPE |
varchar(128) |
NO |
The operation type. Valid values include:
READ: read operations
WRITE: write operations
READ_BYTES: the total amount of traffic from the object storage network entrance, in bytes
WRITE_BYTES: the total amount of traffic from the object storage network exit, in bytes
TAG: the number of tags in object storage. This field is not displayed for local disks and cloud disks.
|
| TOTAL |
bigint(20) |
NO |
The cumulative value of each type (TYPE):
READ: the number of read operation-related operations
WRITE: the number of write operation-related operations
READ_BYTES: the total amount of traffic from the object storage network entrance, in bytes
WRITE_BYTES: the total amount of traffic from the object storage network exit, in bytes
TAG: the number of tags in object storage. This field is not displayed for local disks and cloud disks.
|
References
CDB_OB_STORAGE_IO_USAGE