qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH v4 00/15] qcow2: space preallocation and COW imp


From: Anton Nefedov
Subject: Re: [Qemu-block] [PATCH v4 00/15] qcow2: space preallocation and COW improvements
Date: Thu, 21 Sep 2017 20:16:38 +0300
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0


On 1/8/2017 5:18 PM, Anton Nefedov wrote:

This pull request is to address a few performance problems of qcow2 format:

   1. non cluster-aligned write requests (to unallocated clusters) explicitly
     pad data with zeroes if there is no backing data. This can be avoided
     and the whole clusters are preallocated and zeroed in a single
     efficient write_zeroes() operation, also providing better host file
     continuity

   2. moreover, efficient write_zeroes() operation can be used to preallocate
     space megabytes ahead which gives noticeable improvement on some storage
     types (e.g. distributed storages where space allocation operation is
     expensive)


ping?
I'd send the rebased series but there are no real conflicts so

/thanks,
Anton



reply via email to

[Prev in Thread] Current Thread [Next in Thread]