Re: SCSI vs. IDE performance test

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Rick Gigger <rick(at)alpinenetworking(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: SCSI vs. IDE performance test
Date: 2003-10-28 18:10:08
Message-ID: BBC3FF10.37DF3%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> It seems to me file system journaling should fix the whole problem by giving
> you a record of what was actually commited to disk and what was not. I must
> not understand journaling correctly. Can anyone explain to me how
> journaling works.

Journaling depends, absolutely critically, on the OS knowing what data has
actually been written to disk. It can't be any other way; with an in-disk
write cache the OS has no way to know when the *journal* has been written to
disk, therefore journaling can't work.

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 665-7007 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eric Soroos 2003-10-28 18:20:06 Re: shared memory on OS X - 7.4beta4
Previous Message Greg Stark 2003-10-28 18:04:27 Re: SCSI vs. IDE performance test