DragonFly BSD
DragonFly users List (threaded) for 2005-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: UFS filesystem size limit


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Sat, 3 Sep 2005 14:09:39 +0200
Mail-followup-to: users@crater.dragonflybsd.org

On Sat, Sep 03, 2005 at 11:46:57AM +0200, Michel Talon wrote:
> As far as recovery after a crash is involved, clearly nothing beats 
> journalling, and i have to say that performancewise, i have the 
> impression that Linux journalled filesystems do *very* well
> compared to FreeBSD, or at least reiserfs shines when managing a lot of 
> small files like a news spool and xfs for streaming large files, when
> BSD UFS performs well in the medium case.

Don't compare experimental filesystems with UFS :-) But seriously, the
structure of JFS and XFS is very different from UFS, e.g. the use of
btrees for almost anything. That makes them more suitable for some
operations, but horrible for others. It depends on how big your
directories are, how big your files are and all that. There is no
perfect filesystem after all. As you said, the nice thing about UFS is
that it performs well in all cases.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]