Thiago Vinhas
2009-Oct-07 22:25 UTC
[Xen-users] Which is fastest for Xen disks: LVM, Qcow2 or Image-based VM?
Is there any benchmark or does anyone have tried which one is fastest? Regards, -- Thiago Vinhas de Moraes ________________________________________________________ SimpleWeb Tecnologia Inovativa Soluções em cloud computing e gerenciamento de TI Av. das Américas, 500 - Bloco 23 / Sala 215 - Rio de Janeiro - RJ Tel/Fax: 0800-8880-WEB / (21) 3002-0377 Celular: .(21) 9999-0027 / Skype: tvinhas E-Mail: thiago@simpleweb.com.br Web: http://www.simpleweb.com.br _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2009-Oct-08 03:09 UTC
Re: [Xen-users] Which is fastest for Xen disks: LVM, Qcow2 or Image-based VM?
2009/10/8 Thiago Vinhas <thiago@simpleweb.com.br>> > Is there any benchmark or does anyone have tried which one is fastest? >Assuming everything else is equal, definitely LVM (or partition, or physical disk) The other ones would experience file system operation overhead (due to the fact that the disk image is stored as files). As to how much the difference is, better try your self. Last time I tested with tap:aio on disk image and do I/O-intensive operations, dom0 runs out of memory and become incredibly slow :P Some other things to consider : - using sparse disk image would yield lower performance compared to fully-alocated disk image - testing with small disk image (i.e. smaller than available dom0 memory) can show higher result due to dom0 caching efect. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users