Home | Previous Page | Next Page   Logging and Log Administration > Logging >

Logging and Nonlogging Tables

Data warehousing and similar applications that involve very large amounts of data and few or no inserts, updates, or deletes often need a mix of logged and nonlogged tables within the same database. Extended Parallel Server supports both logging and nonlogging tables. These tables can be permanent or temporary.

STANDARD, OPERATIONAL, and TEMP tables are logging tables while STATIC, RAW, and SCRATCH tables are nonlogging tables. The following are some guidelines for choosing a table type:

For more information on the different table types, see Table Types and your IBM Informix: Performance Guide.

To switch from one table type to another, use the ALTER TABLE command. For more information, refer to the IBM Informix: Guide to SQL Syntax and Modifying the Table-Logging Status.

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