Why does a fixed-size virtual disk perform better than a dynamic virtual disk?
sagitraz 07-October-2008 05:36:21 PM

Comments


windowsitpro.com/businessintelligence/article/.../q-why-does-a-fixed-size-virtual-disk-perform-better-than-a-dynamic-virtual-disk.html
Posted by crouse


To create a fixed-size virtual hard disk, click Create Fixed Size Virtual ... better (especially for applications that perform a lot of write operations).
Posted by waqasahmad


When you create a fixed-size virtual disk, the virtual hard disk (VHD) file that’s created is the size of the VHD. So, for example, if you create a 40GB fixed VHD, a 40GB VHD file will be created in the file system.

A dynamic VDH consumes space in the file system only as content is written to the VHD, so that if you create a 40GB dynamic VHD, a file of only a few hundred kilobytes is created. (The size of the initial file is based on the size specified for the dynamic disk. The initial file stores only the lookup table that will be used to map the virtual disk to the physical drive. A larger VHD needs a larger lookup table, so the initial VHD file size will be larger. The lookup table is about 0.0008 percent of the size of the actual VHD.)

When data is written to a dynamic VHD, the OS has to first find space on the physical drive holding the VHD and update the lookup table; only then can the data be written. This multistep process delays the write operation.
Posted by vishwesh



Posted: 14-October-2008 05:50:58 PM By: vishwesh

When you create a fixed-size virtual disk, the virtual hard disk (VHD) file that’s created is the size of the VHD. So, for example, if you create a 40GB fixed VHD, a 40GB VHD file will be created in the file system.

A dynamic VDH consumes space in the file system only as content is written to the VHD, so that if you create a 40GB dynamic VHD, a file of only a few hundred kilobytes is created. (The size of the initial file is based on the size specified for the dynamic disk. The initial file stores only the lookup table that will be used to map the virtual disk to the physical drive. A larger VHD needs a larger lookup table, so the initial VHD file size will be larger. The lookup table is about 0.0008 percent of the size of the actual VHD.)

When data is written to a dynamic VHD, the OS has to first find space on the physical drive holding the VHD and update the lookup table; only then can the data be written. This multistep process delays the write operation.

Posted: 20-January-2009 04:59:57 AM By: waqasahmad

To create a fixed-size virtual hard disk, click Create Fixed Size Virtual ... better (especially for applications that perform a lot of write operations).

Posted: 18-February-2009 01:42:54 AM By: crouse

windowsitpro.com/businessintelligence/article/.../q-why-does-a-fixed-size-virtual-disk-perform-better-than-a-dynamic-virtual-disk.html