*BSD News Article 40216


Return to BSD News archive

Xref: sserve comp.os.misc:3642 comp.unix.bsd:15792 comp.unix.pc-clone.32bit:7947 comp.os.linux.misc:32690 comp.os.386bsd.misc:4629
Newsgroups: comp.os.misc,comp.unix.bsd,comp.unix.pc-clone.32bit,comp.os.linux.misc,comp.os.386bsd.misc
Path: sserve!newshost.anu.edu.au!munnari.oz.au!spool.mu.edu!bloom-beacon.mit.edu!gatech!swrinde!news.uh.edu!uuneo.neosoft.com!bonkers.taronga.com!peter
From: peter@bonkers.taronga.com (Peter da Silva)
Subject: Re: VMS,WNT,Alphas was re: interested in PowerPC...
Organization: Taronga Park BBS
Message-ID: <D1nnIC.HF4@bonkers.taronga.com>
References: <3cilp3$143@news-2.csn.net> <3e1pp2$psp@oscar.agcs.com> <D1n67M.9q7@bonkers.taronga.com> <1994Dec31.020021.18940@slate.mines.colorado.edu>
Date: Sat, 31 Dec 1994 03:11:00 GMT
Lines: 11

In article <1994Dec31.020021.18940@slate.mines.colorado.edu>,
Ade Barkah <mbarkah@slate.mines.colorado.edu> wrote:
>If the database is really performance hungry then it should
>implement its own filesystem in a raw slice to begin with,
>with integrated support for database/transaction journals.

It's got nothing to do with the performance requirements of the database.
It's simply because with a log file system every write gets appended to the
end of the log. So a file that's getting random writes gets scattered all
over the disk. On UFS (Berkeley FFS) it will tend to be almost contiguous
and will remain that way.