From: Martin Steigerwald <Martin@lichtvoll.de>
To: linux-btrfs@vger.kernel.org
Subject: Autodefrag option with more delay?
Date: Sat, 10 Jan 2015 11:41:57 +0100 [thread overview]
Message-ID: <24952376.hEFToVtt8e@merkaba> (raw)
Hi!
On answering to the nocow file bit thread I wondered about the way autodefrag
works. As I saw quite some time ago with a VM image on a 2,5 inch external
eSATA harddisk it kicks in quite quickly and seems to cause a *lot* of
additional writes.
I wonder about this case:
merkaba:/home/martin/.local/share/akonadi/db_data/akonadi> filefrag
parttable.ibd
parttable.ibd: 8039 extents found
Akonadi stores metadata about parts, like mails, contacts and so on in there.
Now the most regular workload for this with a mail setup like here is:
Add new data.
It may not change much of the data after all the filtering of the mail to their
mailfolders have done. Similarily with VM images after installation, much of
the image may not be touched anymore then.
I wonder how autodefrag would perform when it would take the *write hotness*
of data into account. I.e. only kick in after data has cooled down a bit. That
could help for any cases where applications only modify recently written data
and leave older cold data alone. And I bet there may be quite some
applications doing that. Including, but not limited to journald.
I bet it may do so already to some extent, but I also get the impression it
probably doesn´t wait long enough for the data to cool down and kicks in too
quickly. I bet it could be beneficial for it to be a bit more lazy.
In the end if could even be lazy enough to wait till data is actually read
accessed in a way that causes delays. So it could postpone the defragmentation
still someone actually makes use of the written data. Of course that would
only optimize frequent accesses, first time accesses would be slower.
On the other hands more heuristics adds more complexity and may break stuff as
well.
What do you think?
Ciao,
--
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7
next reply other threads:[~2015-01-10 10:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-10 10:41 Martin Steigerwald [this message]
2015-01-10 10:51 ` Autodefrag option with more delay? Martin Steigerwald
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=24952376.hEFToVtt8e@merkaba \
--to=martin@lichtvoll.de \
--cc=linux-btrfs@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).