Note
This view was introduced in OceanBase Database V4.3.4.
Purpose
This view displays the I/O operations on object storage and cloud disks in the current tenant.
Columns
| Column |
Type |
Nullable? |
Description |
| PATH |
VARCHAR2(1024) |
NO |
The path is in the format of oss://, file://, or s3://. |
| ENDPOINT |
VARCHAR2(256) |
NO |
- In shared-nothing (SN) mode, the endpoint of object storage used for backup and restore, data import, and data export.
- In shared-storage (SS) mode, the endpoint of object storage used for log (clog) or data (Data) storage, and backup and restore, data import, and data export.
|
| TYPE |
VARCHAR2(128) |
NO |
The type of operation:
READ: read operations
WRITE: write operations
READ_BYTES: the total amount of network traffic from the object storage network entrance, in bytes.
WRITE_BYTES: the total amount of network 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 |
NUMBER(38) |
NO |
The cumulative value of the type (TYPE):
READ: the number of read operations.
WRITE: the number of write operations.
READ_BYTES: the total amount of network traffic from the object storage network entrance, in bytes.
WRITE_BYTES: the total amount of network 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