linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: "Michael T. Babcock" <mtb@mikebabcock.ca>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Performance impact of LVM
Date: Fri, 28 Jul 2006 10:22:47 -0400	[thread overview]
Message-ID: <44CA1DB7.10609@mikebabcock.ca> (raw)
In-Reply-To: <Pine.LNX.4.64.0607280846060.6888@mhw.ulib.iupui.edu>

Mark H. Wood wrote:
> However this effect is probably down in the noise for most systems.  
> The only way to know if it's a problem for you is to measure.  I would 
> expect that, given contemporary amounts of caching on the drive, the 
> controller, and in the OS, you probably won't see it unless you are 
> driving your storage *really* hard.  If you do, dump/recreate 
> contiguously/restore will make it go away.

For database partitions we always use "lvcreate -C y" when creating LVs 
for this reason, for every other area of the system however, I haven't 
noticed almost any impact of LVM(1 or 2) except that striping is easier 
to set up than using RAID0 because there's no need to repartition.

For example, I often do something like:

lvcreate -C y -n dbdata1 -L 100G mainstore
lvcreate -I 2 -n dbtemp -L 10G mainstore

  reply	other threads:[~2006-07-28 14:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-27 12:02 [linux-lvm] Performance impact of LVM Sander Smeenk
2006-07-27 15:30 ` Dieter Stüken
2006-07-28  7:09   ` Sander Smeenk
2006-07-28 12:54   ` Mark H. Wood
2006-07-28 14:22     ` Michael T. Babcock [this message]
2006-07-31  7:58     ` Sander Smeenk
2006-07-27 17:14 ` Lamont R. Peterson
2006-07-28  7:24   ` Sander Smeenk

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=44CA1DB7.10609@mikebabcock.ca \
    --to=mtb@mikebabcock.ca \
    --cc=linux-lvm@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;
as well as URLs for NNTP newsgroup(s).