Archive and Recovery
Archive and recovery commands convert partitioned-table data files to IA (infrequent access) or ARCHIVE storage and retrieve archived files when needed. IA files can be read directly; ARCHIVE files must be retrieved first, and the retrieval progress is monitored with SHOW RESTORE STATUS.
In This Chapter
| Page | Description |
|---|---|
| ARCHIVE TABLE | Archive a specified partition of a partitioned table to IA, ARCHIVE, or STANDARD storage |
| RESTORE TABLE (Archive File Retrieval) | Asynchronously retrieve archived files stored as ARCHIVE |
| SHOW RESTORE STATUS | View the status of archive-file retrieval tasks |
Common Operations
Archive a Partition
ARCHIVE TABLE applies to the specified partition of a partitioned table. A successful command completes the archive operation but does not delete data from the source table.
Retrieve Archived Files
Only ARCHIVE files support RESTORE TABLE. IA files can be read directly without retrieval.
Related Documentation
| Document | Description |
|---|---|
| ARCHIVE TABLE | Complete syntax, parameters, and limitations for archiving partitions |
| RESTORE TABLE (Archive File Retrieval) | Complete syntax and asynchronous processing details for retrieving archived files |
| SHOW RESTORE STATUS | Retrieval status and status values |
| Partitioned Tables | Create and manage partitioned tables |
| Table Volume | View the Table Volume associated with a table and its files |
