Note
This view is introduced since OceanBase Database V4.0.0.
Purpose
This view displays the historical information of backup destinations used for backup and restore in a tenant.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | Tenant ID. |
| PATH | varchar(1024) | NO | Root path for backup. |
| ENDPOINT | varchar(256) | NO | HOST that needs to be set for object storage access. |
| DEST_ID | bigint(20) | YES | ID of the backup destination. |
| DEST_TYPE | varchar(64) | YES | Type of the backup destination: log archiving. |
| AUTHORIZATION | varchar(1024) | NO | Authorization information for object storage. |
| EXTENSION | varchar(512) | NO | Other parameters of the backup destination. |
| CHECK_FILE_NAME | varchar(256) | YES | Name of the file for connectivity verification. |
| LAST_CHECK_TIMESTAMP | timestamp(6) | YES | Time when the last connectivity check passed. |
| MAX_IOPS | bigint(20) | NO | Maximum IOPS allowed for the backup medium used for backup
NoteThis field was introduced in V4.3.4. |
| MAX_BANDWIDTH | bigint(20) | NO | Maximum bandwidth allowed for the backup medium used for backup, in bytes
NoteThis field was introduced in V4.3.4. |
| MAX_BANDWIDTH_DISPLAY | varchar(29) | NO | Maximum bandwidth in a converted format for display. The converted format is similar to 10GB/s or 10MB/s
NoteThis field was introduced in V4.3.4. |