-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
https://learn.microsoft.com/en-gb/windows/dev-drive/#set-up-options lists various options on how to setup a dev drive. It would be great to know if there are certain impacts in the different options.
I would assume that a VHD is slower than having a partition on a physical disk directly? Is this true and if yes, are there some performance metrics available? I (and I guess other devs) want to be able to decide whether it is worth investing the effort to repartition their drive to get a performance boost.
From a gut feeling VHD has the option of being more portable at the cost of a worse performance. Also VHD has the benefit that it can be a dynamically sized volume while a physical partition is fixed.
I could not find any good article or reference pointing out the difference between the options.