To restore a table’s
index from a full system backup dynamically, you must
include the table index files in the full backup and restore of the
table. To determine which index files to include, use spdsls with
the -i index option. The output lists component files for each table in the domain that is to
be fully backed up.
When you restore a
table, you must first restore the table metadata, data, and index
files from the last full backup archive. Then use spdsrstr to perform
incremental restores. As the tables are restored, the indexes are
dynamically updated to include any new or modified records.
This method trades the
additional resources that are required for full backup of the table
index files, which can be very large, against the potentially short
time that might be required to restore them. You can restore indexes
for a table that has not had any incremental changes after the system
full backup by using a system full restore.