Specifies to reorganize all the indexes of a table.
Specifies to reorganize an individual index of a partitioned table.
Specifies the index name of the individual index to be reorganized. When this dialog is launched from an individual index, the selected index name is displayed by default and cannot be changed.
Specifies that users are not allowed to access the table during the index reorganization.
Specifies that users have read only access to the table during the index reorganization.
Specifies that users have read and write access to the table during the index reorganization. NOTE: You cannot do an index reorganization on a multi-dimensional clustered (MDC) table.
Select to have type 1 indexes converted to type 2 indexes. Type 2 indexes are required for DB2 functions, such as the online reorganization of tables, because they support the pseudo delete of index keys. The pseudo delete of index keys means that the index manager marks a key for delete and locks it, but does not immediately delete the key.
When you convert indexes created before DB2 V8 to type 2, all new indexes for the table will be created as type 2.
Select to enable the clean up of pseudo deleted keys. This enables Pseudo deleted keys and pages and Pseudo deleted pages only, where you can choose the type of clean up required.
Specifies that the space used by pseudo deleted pages and keys will be reclaimed.
Specifies that only pages that have all keys marked as pseudo deleted will be reclaimed.