Note
This view is available starting with 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 |
| PATH |
VARCHAR2(1024) |
NO |
The path is in the oss://, file://, or s3:// format. |
| ENDPOINT |
VARCHAR2(256) |
NO |
- In Shared-Nothing (SN) mode, the endpoint of the object storage used for backup and restore, data import, and data export.
- In Shared-Storage (SS) mode, the endpoint of the log (clog) or data storage and the endpoint of the object storage used for backup and restore, data import, and data export.
|
| TYPE |
VARCHAR2(128) |
NO |
The operation type. Valid values:
READ: read operations.
WRITE: write operations.
READ_BYTES: network traffic entering the object storage.
WRITE_BYTES: network traffic exiting the object storage.
TAG: tags in the object storage. This type is not displayed for local disks and cloud disks.
|
| TOTAL |
NUMBER(38) |
NO |
The cumulative value for each operation type (TYPE).
READ: the number of read operations.
WRITE: the number of write operations.
READ_BYTES: the total network traffic entering the object storage, in bytes.
WRITE_BYTES: the total network traffic exiting the object storage, in bytes.
TAG: the cumulative value of tags in the object storage. This value is not displayed for local disks and cloud disks.
|
References
CDB_OB_STORAGE_IO_USAGE