Re: ext4 unlink performance

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Theodore Tso
Date: Thursday, November 13, 2008 - 12:46 pm

On Thu, Nov 13, 2008 at 12:57:12PM -0600, Bruce Guenter wrote:

I'm assuming that ext3 filesystem was created with htree enabled
(possibly not true on older versions of e2fsprogs), but if you're
creating ext4 filesystems, I'm assuming that you have been using an
1.41.x version of e2fsprogs.

If this the the case, the most likely explanation is that that ext4
defaults to barriers enabled, and ext3 defaults to barriers disabled.
So try mounting ext3 with "-o barriers=1", or ext4 with "-o
barriers=0", so that the comparison is between apples and apples.

Regards,

						- Ted

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ext4 unlink performance, Bruce Guenter, (Thu Nov 13, 11:57 am)
Re: ext4 unlink performance, Bruce Guenter, (Thu Nov 13, 12:10 pm)
Re: ext4 unlink performance, Theodore Tso, (Thu Nov 13, 12:46 pm)
Re: ext4 unlink performance, Bruce Guenter, (Thu Nov 13, 1:27 pm)
Re: ext4 unlink performance, Theodore Tso, (Thu Nov 13, 1:42 pm)
Re: ext4 unlink performance, Bruce Guenter, (Thu Nov 13, 9:11 pm)
Re: ext4 unlink performance, Theodore Tso, (Fri Nov 14, 7:59 am)
Re: ext4 unlink performance, Bruce Guenter, (Fri Nov 14, 8:48 am)
Re: ext4 unlink performance, Theodore Tso, (Fri Nov 14, 8:54 am)
Re: ext4 unlink performance, Bruce Guenter, (Sat Nov 15, 1:44 pm)
Re: ext4 unlink performance, Eric Sandeen, (Sat Nov 15, 4:08 pm)
Re: ext4 unlink performance, Theodore Tso, (Sat Nov 15, 5:56 pm)
Re: ext4 unlink performance, Bruce Guenter, (Sat Nov 15, 8:38 pm)
Re: ext4 unlink performance, Andreas Dilger, (Sun Nov 16, 5:43 pm)