Note
This view is available starting with V4.2.1.
Overview
Displays the result of the import task for the current tenant.
Columns
Column |
Type |
Is NULL |
Description |
|---|---|---|---|
| JOB_ID | bigint(20) | NO | Task ID |
| INITIATOR_TENANT_ID | bigint(20) | NO | Tenant ID of the parent task |
| INITIATOR_JOB_ID | bigint(20) | NO | JOB ID of the parent task |
| START_TIMESTAMP | timestamp(6) | NO | Current Tenant Time at Task Start |
| FINISH_TIMESTAMP | timestamp(6) | NO | Current Tenant Time at Task Completion |
| SRC_TENANT_NAME | varchar(64) | NO | Source Tenant Name |
| SRC_TENANT_ID | bigint(20) | NO | Source Tenant ID |
| STATUS | varchar(64) | NO | Import End Status: IMPORT_FINISH |
| IMPORT_ALL | tinyint(4) | NO | Whether to import all tables under the entire tenant. This parameter is valid only when the user specifiesRECOVER TABLE *.*When the time is up, this value is 1; in other scenarios, the value is 0. |
| DB_LIST | longtext | YES | Database to be Fully Restored |
| TABLE_LIST | longtext | YES | Table to Restore |
| REMAP_DB_LIST | longtext | YES | The renamed database. The format is as follows:db1:new_db1, db2:newdb2 |
| REMAP_TABLE_LIST | longtext | YES | The renamed table. The format is as follows:db1.t1:new_t1, db1.t2:db2.new_t2 |
| REMAP_TABLEGROUP_LIST | longtext | YES | The REMAP TABLEGROUP list remaps tables from the source tablegroup to the target tablegroup. The format is as follows:tg1:new_tg1, tg2:new_tg2 |
| REMAP_TABLESPACE_LIST | longtext | YES | The list of remapped tablespaces allows you to remap tables from the original tablespaces to target tablespaces. The format is as follows:ts1:new_ts1, ts2:new_ts2 |
| TOTAL_TABLE_COUNT | bigint(20) | NO | Total Tables Imported |
| FINISHED_TABLE_COUNT | bigint(20) | NO | Number of Tables Imported |
| FAILED_TABLE_COUNT | bigint(20) | NO | Number of Tables Imported Failed |
| RESULT | varchar(64) | YES | Result of the table restore task:
|
| COMMENT | longtext | YES | Remarks |
| DESCRIPTION | longtext | YES | DESCRIPTION information specified in the restore command |
