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

Mirroring

Mirroring is a strategy that pairs a primary chunk of one defined dbspace, blobspace, or sbspace with an equal-sized mirror chunk.

Every write to the primary chunk is automatically accompanied by an identical write to the mirror chunk. This concept is illustrated in Figure 71. If a failure occurs on the primary chunk, mirroring enables you to read from and write to the mirror chunk until you can recover the primary chunk, all without interrupting user access to data.

Figure 71. Writing Data to Both the Primary Chunk and the Mirror Chunk
begin figure description - This figure shows arrows pointing from the database server to both the primary chunk and a mirror chunk. - end figure description

Mirroring is not supported on disks that are managed over a network. The same database server instance must manage all the chunks of a mirrored set.

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