ADSM-L

Re: mirroring db and log

2000-05-04 16:30:44
Subject: Re: mirroring db and log
From: Richard Sims <rbs AT BU DOT EDU>
Date: Thu, 4 May 2000 16:30:44 -0400
>IF the data in the file is corrupt the mirror will be identical to the other
>and corrupt also...

...If RAID, disk mirroring or opsys mirroring are employed.
Do as Dwight does (and I do) and use *SM mirroring.  MIRRORWrite Sequential
is the safer form.

We had an exhausting discussion about this perhaps a year ago, as you can view
in the archives, with valuable developer input.  No one really wants to go
through that again, so there has been little response on the issue.  A summary:
ADSM Sequential mirroring *is* better than RAID because of the danger
of partial page writes - which *do* occur in the real world as hardware and
human defects evidence themselves.  RAID will
perform the partial writing in parallel, thus resulting in a corrupted
database if the writing is interrupted, whereas ADSM Sequential mirroring will
leave you with a recoverable database - by simple resync, not "recovery".
That is, RAID is just as problematic as ADSM Parallel mirroring.

   Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>