Removing tables from an accelerator
Follow the steps in this topic to remove accelerator-shadow tables from an accelerator.
About this task
If a part or all of a table (all partitions) have been archived by the High Performance Storage Saver, then this table (an accelerator-archive table) cannot be removed without first restoring the archived data. After restoring the data, the table remains on the accelerator, but becomes an ordinary accelerator-shadow table, which means that it can be removed.
If you remove a table from Db2 for z/OS®, you also have to remove the corresponding accelerator-shadow table from all of your accelerators. That is, you have remove each copy of the accelerator-shadow table in a separate, manual step, either by following the procedure below or by running the SYSPROC.ACCEL_REMOVE_TABLES stored procedure. The only exception are tables that are replicated by the IBM Integrated Synchronization function. In this case, the accelerator-shadow tables are removed automatically when you remove the original Db2 tables.
The table removal task is carried out by the SYSPROC.ACCEL_REMOVE_TABLES stored procedure on your data server. For information about the privileges that are required to run this procedure and further details, follow the appropriate Related reference link at the end of this topic.