Subject | Re: [firebird-support] Data on a mapped drive |
---|---|
Author | Elmar Haneke |
Post date | 2004-06-15T14:37:36Z |
> Databases in general are very vulnerable to data write order. Data must beFor the database it should be sufficient to rely on the fact that
> stored on the hard drive in the right order.
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).
Elmar