On Sat, Nov 10, 2001 at 02:03:10PM -0800, Karsten M. Self wrote:
> I've got both ext3fs and reiserfs on my most recent laptop build.
> 
> There are advantages to each.
> 
> Reiserfs has better performance with larger filesystems, particularly
> for large directory listings.  In one case, I've got a directory with
> 125,000 files in it.  Under ext*, directory operations are very slow, on
> the order of several seconds, due to the need to scan a file list.
> Reiserfs's use of a hash to store directory entries makes manipulation
> far faster.
> 
> OTOH, ext3fs has far less disk overhead for small partitions.  Word is
> that the reiserfs journal requires 32MB, regardless of partition size,
> while ext3's .journal file is sized proportionately.

Now that you said this... I'd like to see how reiserfs and
ext3 in writeback mode perform. I'd think ext3 would still be
outperformed by reiser for the large dir listings.
The default for ext3 is ordered data mode, which is safer than writeback. 
As far as I know, ReiserFS does the equivalent
of ext3-writeback only (journalling metadata, but not data). Is this
correct? That would bring up another advantage of ext3 (it'd be safer
than reiser in ordered data mode)

J.

-- 

Reply via email to