Subject | Re: [firebird-support] Data on a mapped drive |
---|---|
Author | Ann W. Harrison |
Post date | 2004-06-15T16:47:08Z |
At 10:37 AM 6/15/2004, Elmar Haneke wrote:
With Firebird, the order of writes is what gives us instant crash
recovery. As long as the system never crashes, there's no problem.
One power failure and there's your problem.
Regards,
Ann
> > Databases in general are very vulnerable to data write order. Data must beThat is true of databases that rely on journalling for crash recovery.
> > stored on the hard drive in the right order.
>
>For the database it should be sufficient to rely on the fact that
>every data is written to the right position and reading back the data
>does give that what was written there last time. It does not matter at
>what time the transfer from write cache to disk does take place (this
>is initiated by the OS and invisivble to the DB-server).
With Firebird, the order of writes is what gives us instant crash
recovery. As long as the system never crashes, there's no problem.
One power failure and there's your problem.
Regards,
Ann