From: Ted Ts'o <tytso@mit.edu>
To: Andreas Dilger <adilger@dilger.ca>
Cc: Lukas Czerner <lczerner@redhat.com>, linux-ext4@vger.kernel.org
Subject: Re: [PATCH] ext4: remove deprecated oldalloc
Date: Sat, 8 Oct 2011 14:09:05 -0400 [thread overview]
Message-ID: <20111008180905.GG7948@thunk.org> (raw)
In-Reply-To: <BF21E0BA-332B-4ADD-901C-5B0E8590898A@dilger.ca>
On Thu, Aug 11, 2011 at 03:05:55PM -0600, Andreas Dilger wrote:
>
> That said, "orlov" is also mostly meaningless with flex_bg as well, since
> there is very little real benefit/affinity from inodes being "close" to
> their data blocks. We gain far more benefit from keeping the inodes
> together than spreading them out and keeping them close to the data blocks.
I'm going to be applying the patch remove the oldalloc allocator, but
just for the record --- Orlov *does* matter (which is why it's a good
thing the default allocator also uses an Orlov-like approach that's
flex_bg aware).
In fact, we saw significant latency drops that grew over time as more
and more blocks got allocated. I traced it back to using bigalloc,
which increased the average distance between the inode tables and the
data blocks.
So as you use larger bigalloc cluster sizes, which increases the block
group size, it's a good idea to decrease the flex_bg size. Which is
another way of saying that Orlov matters.
- Ted
next prev parent reply other threads:[~2011-10-08 18:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 13:35 [PATCH] ext4: remove deprecated oldalloc Lukas Czerner
2011-06-07 14:50 ` Eric Sandeen
2011-06-07 14:53 ` Eric Sandeen
2011-06-07 15:29 ` Lukas Czerner
2011-06-08 11:01 ` Lukas Czerner
2011-08-11 14:58 ` Lukas Czerner
2011-08-11 21:05 ` Andreas Dilger
2011-08-15 14:21 ` Lukas Czerner
2011-08-15 15:27 ` Jan Kara
2011-08-15 15:50 ` Lukas Czerner
2011-08-15 18:49 ` Jan Kara
2011-08-16 8:40 ` Lukas Czerner
2011-08-16 13:26 ` Jan Kara
2011-10-08 18:09 ` Ted Ts'o [this message]
2011-09-01 8:41 ` Lukas Czerner
2011-10-05 14:32 ` Lukas Czerner
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=20111008180905.GG7948@thunk.org \
--to=tytso@mit.edu \
--cc=adilger@dilger.ca \
--cc=lczerner@redhat.com \
--cc=linux-ext4@vger.kernel.org \
/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).