Home | Previous Page | Next Page   Managing Databases That Use the R-Tree Secondary Access Method >

R-Tree Index and Logging

The R-tree secondary access method uses the extensible log manager of the Informix database server to perform logical logging of its operations. These logical-log records can be used to recover an R-tree index after a database server failure or to abort the R-tree operations after a rollback.

The R-tree secondary access method creates its own logical-log records for only some of the R-tree index operations, in particular:

The R-tree secondary access method does not create its own logical-log records for the following operations; instead, the access method allows the extensible log manager to create the logical-log records:

The following R-tree operations are not logged at all:

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