All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jun'ichi Nomura" <j-nomura@ce.jp.nec.com>
To: device-mapper development <dm-devel@redhat.com>, public@mikl.as
Subject: Re: Size affects performance?
Date: Wed, 01 Aug 2007 18:32:06 -0400	[thread overview]
Message-ID: <46B109E6.3000109@ce.jp.nec.com> (raw)
In-Reply-To: <E909CD7E-123F-43D6-BEBB-56D60AED11C9@mikl.as>

Andrew Miklas wrote:
> I've noticed that the size of a device seems to affect its performance.
> Is this expected behaviour?

The difference might be caused by internal block size,
which kernel optimizes depending on the device size alignment.
The smaller the block size, the larger the number of I/Os sent
to the device (when you read/write /dev/something).

So you might want to check the block size ("blockdev --getbsz")
and see if it's related to your case.

Thanks,
-- 
Jun'ichi Nomura, NEC Corporation of America

      reply	other threads:[~2007-08-01 22:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-01  3:03 Size affects performance? Andrew Miklas
2007-08-01  9:24 ` Stefan Bader
2007-08-01 22:01   ` Andrew Miklas
2007-08-01 22:32     ` Jun'ichi Nomura [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=46B109E6.3000109@ce.jp.nec.com \
    --to=j-nomura@ce.jp.nec.com \
    --cc=dm-devel@redhat.com \
    --cc=public@mikl.as \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.