Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2005 23:01:30 +0200
From:      Matthias Buelow <mkb@incubus.de>
To:        David Sze <dsze@distrust.net>
Cc:        freebsd-stable@freebsd.org, Greg Barniskis <nalists@scls.lib.wi.us>, uzi@bmby.com, Matthias Buelow <mkb@incubus.de>
Subject:   Re: FreeBSD MySQL still WAY slower than Linux 
Message-ID:  <200506172101.j5HL1Upn043700@drjekyll.mkbuelow.net>
In-Reply-To: Message from David Sze <dsze@distrust.net> of "Fri, 17 Jun 2005 13:57:26 CDT." <20050617185726.GD94284@mail.distrust.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
David Sze <dsze@distrust.net> writes:

>I'm not sure filesystem consistency alone is "good enough".  Say your
>bank's database crashes right after you make a deposit.  When it comes
>back up it's consistent, but only up to 5 minutes before the crash due
>to the async mount.

A bank doesn't run on Unix. It runs on mainframes, with such funny
features like processors executing each instruction in parallel, 
and comparing the results. Completely different universe here.

On Unix, filesystem consistency is the best you'll normally get. You
_can_ mount filesystems synchronously, both with UFS aswell as ext2/3
etc., but the performance is abysmal. Maybe useful in particular
situations but you probably wouldn't want to run your desktop (or busy
server) with it. I mean, just try it and see (and make sure
writeback-caching on the disks is disabled, when possible.)

mkb.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506172101.j5HL1Upn043700>