[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qcow2: Metadata preallocation
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH] qcow2: Metadata preallocation |
Date: |
Mon, 17 Aug 2009 09:58:44 +0200 |
User-agent: |
Thunderbird 2.0.0.21 (X11/20090320) |
Avi Kivity schrieb:
>> Even with improved concurrent cluster allocation, you might profit from
>> metadata preallocation by having less fragmented qcow2 images which
>> avoids splitting up requests. Not sure if this is relevant in practice
>> though.
>
> What I meant was that I prefer changes that improve performance
> throughout the lifetime of the image rather than the initial writes,
> especially as there's a space tradeoff.
Avoiding fragmentation could improve performance during normal operation
(that is, as long as you don't use snapshots). And I wouldn't worry
about the space tradeoff: Metadata for a 10 GB image is under 2 MB, and
a good part of it would be needed anyway.
But I completely agree that it is not the solution to all of our problems.
Kevin