Home | Previous Page | Next Page   Fault Tolerance > Mirroring > Mirroring >

Consequences of Not Mirroring

If you do not mirror your dbspaces, the frequency with which you have to restore from a storage-space backup after a media failure increases.

When a mirror chunk suffers a media failure, the database server reads exclusively from the chunk that is still online until you bring the down chunk back online. On the other hand, when an unmirrored chunk goes down, the database server cannot access the data stored on that chunk. If the chunk contains logical-log files, the physical log, or the root dbspace, the database server goes offline immediately. If the chunk does not contain logical-log files, the physical log, or the root dbspace, the database server can continue to operate, but threads cannot read from or write to the down chunk. Unmirrored chunks that go down must be restored by recovering the dbspace from a backup.

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