public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@zip.com.au>
To: Steven Cole <elenstev@mesatop.com>
Cc: "Stephen C. Tweedie" <sct@redhat.com>,
	linux-kernel@vger.kernel.org, Steven Cole <scole@lanl.gov>
Subject: Re: 2.5.28, dbench results with ext3 significantly lower than with ext2.
Date: Fri, 26 Jul 2002 11:56:25 -0700	[thread overview]
Message-ID: <3D419B59.E99F74DC@zip.com.au> (raw)
In-Reply-To: 1027701923.3148.10.camel@spc9.esa.lanl.gov

Steven Cole wrote:
> 
> I found that dbench gives significantly lower numbers when
> the partition on which it is run is mounted as ext3.
> 

ext2 will force writeback when 40% of ZONE_NORMAL is dirty.
That's normally >300 megabytes.

ext3 will force writeback when 75% of the journal space is 
consumed by metadata.  That's normally 24 megabytes.

dbench generates a storm of metadata and data and then deletes it all.
It consumes the journal space almost immediately and forces ext3
to do a lot of writeback.  ext2 benefits because most of the metadata
and data are deleted before they ever touch disk.

If your application generates unusually high volumes of metadata
and data and then immediately deletes it, ext3 may not be an
appropriate filesystem.

-

      parent reply	other threads:[~2002-07-26 18:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-26 16:45 2.5.28, dbench results with ext3 significantly lower than with ext2 Steven Cole
2002-07-26 18:55 ` Stephen C. Tweedie
2002-07-26 18:56 ` Andrew Morton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D419B59.E99F74DC@zip.com.au \
    --to=akpm@zip.com.au \
    --cc=elenstev@mesatop.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=scole@lanl.gov \
    --cc=sct@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox