Home | Previous Page | Next Page   Planning Table and Index Fragmentation >

Planning Storage Spaces to Optimize Backup Performance

If your database contains many static tables with read-only data, consider placing these tables and any indexes on those tables in dbspaces that are separate from those dbspaces containing the data you want to continue to modify. After loading the read-only data, you can use the onutil ALTER DBSPACE STATIC command to flag dbspaces that contain such read-only data as read-only (static) dbspaces.

Flagging dbspaces containing static data as read-only (static) dbspaces has two advantages:

For more information on the ON-Bar backup and restore utility, see the IBM Informix: Backup and Restore Guide.

For more information on the onutil utility, see the IBM Informix: Extended Parallel Server Administrator's Reference.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]