Subject Re: [firebird-support] Data on a mapped drive
Author Elmar Haneke
> Databases in general are very vulnerable to data write order. Data must be
> 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).

Elmar