Subject Re: [firebird-support] Forced write, page size and buffer size
Author Ann Harrison
On Aug 20, 2014, at 9:05 AM, "Aldo Caruso aldo.caruso@... [firebird-support]" <firebird-support@yahoogroups.com> wrote:

>> The hard truth is that the only _absolute guarantee_ to prevent
> database corruption is FW = ON.
>
> Provided that the file system also has barrier enabled ...

Firebird's forced write should be sufficient if the file system and disk honor forced write (fsync) - and if Firebird implements forced write correctly. If those criteria are met, barriers serve only to protect the disk journal. Firebird long predates file system journalling and operates correctly without journals.

Best regards,

Ann