In the last episode (Jan 27), Artem Koutchine said:
> Interesting, how will MySQL benefit from using
> -async
> -noatime
> options for filesystem it is keeping its data on or from using
> SoftUpdates (for FreeBSD in particular).

Not much.  Since you're constantly accessing the same small amount of
files over and over, there just isn't enough metadata being changed for
any of those three options to make any difference (all three options
affect metadata only; file data itself is written async by defaut). 
I'd enable softupdates just on general principles, though.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to