Enabling automatic table and index reorganization
Use automatic table and index reorganization to eliminate the worry of when and how to reorganize your data.
About this task
Having well-organized table and index data is critical to efficient data access and optimal workload performance. After many database operations, such as insert, update, and delete, logically sequential table data might be found on nonsequential data pages. When logically sequential table data is found on nonsequential data pages, additional read operations are required by the database manager to access data. Additional read operations are also required when accessing data in a table from which a significant number of rows are deleted. You can enable the database manager to reorganize system both catalog tables and user tables.
Procedure
To enable your database for automatic reorganization: