Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Summary of New Features in XPS 8.51 >

Consolidating the Storage Space of a Table

For Version 8.50 and earlier XPS releases, after the database server allocates an extent to a table or to a fragment, that extent remains allocated until the table is dropped or truncated. Some tables use disk space inefficiently, such as one where successive light append operations and mass deletions result in a small amount of data sparsely occupying a large amount of disk storage.

Extended Parallel Server 8.51 introduces a new mechanism, called a repack thread, by which empty pages can be removed from a table after moving data records with the highest ROWID values to storage locations with lower ROWID values. This data movement feature is implemented by a new configuration parameter and new options to the onutil and onstat utilities:

Two data-moving algorithms, with different levels of granularity, are supported:

Repack threads cannot operate on certain types of tables:

For more information about using repack threads to move data and free empty extents, see Consolidating Table Storage Spaces Online.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]