From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49684 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PphKY-0004DD-0P for qemu-devel@nongnu.org; Wed, 16 Feb 2011 08:22:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PphKM-0006eS-8P for qemu-devel@nongnu.org; Wed, 16 Feb 2011 08:21:56 -0500 Received: from mail-yw0-f45.google.com ([209.85.213.45]:51135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PphKM-0006e5-5g for qemu-devel@nongnu.org; Wed, 16 Feb 2011 08:21:54 -0500 Received: by ywa8 with SMTP id 8so639065ywa.4 for ; Wed, 16 Feb 2011 05:21:52 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 16 Feb 2011 13:21:52 +0000 Message-ID: Subject: Re: [Qemu-devel] Re: Comparing New Image Formats: FVD vs. QED From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chunqiang Tang Cc: qemu-devel@nongnu.org On Tue, Feb 15, 2011 at 7:45 PM, Chunqiang Tang wrote: >> Chunqiang Tang/Watson/IBM wrote on 01/28/2011 05:13:27 PM: >> As you requested, I set up a wiki page for FVD at > http://wiki.qemu.org/Features/FVD >> . It includes a summary of FVD, a detailed specification of FVD, and a >> comparison of the design and performance of FVD and QED. > >> See the figure at http://wiki.qemu.org/Features/FVD/Compare . This > figure >> shows that the file creation throughput of NetApp's PostMark benchmark > under >> FVD is 74.9% to 215% higher than that under QED. File creation on a sparse image is currently limited by the fact that the QED implementation serializes allocating writes. In earlier QED patch series I had fine-grained metadata locking so allocating writes scale better but that lead a regression on another benchmark. I have this on my todo list. This is an implementation-specific limitation and is unrelated to the file format. It doesn't tell us about a difference between formats. Stefan