LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Mark Newton <newton@atdot.dotat.org>
  To  : Matthew Tippett <mtippett@ticons.com.au>
  Date: Thu, 2 Sep 1999 09:36:33 +0930 (CST)

Re: Journaling ??

Matthew Tippett wrote:

 > A Journaling file system is fast. 

... if you have enough memory :-)

[ remember that the filesystem log is essentially a temporally-ordered
  sequential datastore, with little or no optimizations for filesystem
  block clustering, fragmentation, etc.  It's only fast if you have 
  large amounts of memory for caching, which is why (for example) XFS
  performance on IRIX isn't all that great if you have less than 128 Mbytes
  of RAM ]

The big advantage you get from it is reliability:  Due to the presence of
the log, filesystem operations can be rolled-back or replayed after a 
crash, making fsck unnecessary and making disk corruption a rarity.

   - mark

--------------------------------------------------------------------
I tried an internal modem,                    newton@atdot.dotat.org
     but it hurt when I walked.                          Mark Newton
----- Voice: +61-4-1620-2223 ------------- Fax: +61-8-82231777 -----

-- 
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page