Hello,
I personally think it will increase performance slightly because your drivers will each have their own buffers, but....
1) You'll get conflicting answers here as other people will point out the extra overhead
2) As already points out, it doesn't change anything in the physical world
3) If there's a gain it will be so minimal that you can't even measure it, so your tuning efforts are most likely going to be wasted effords.
4) There's most likely other areas where you can win in performance that are going to be easier
5) You are making the configuration of your VM more complex, that's NEVER a win.
If you're looking for optimisations, here's one I normally use. I put my swap on another virtual disk. Why? Not so much for the initial virtual performance gain. Yes you can create a more difficult setup where you put your swap disk on for example a RAID 0 lun (Ewww) but mostly because the swap file tends to fragment... which then helps fragmenting the rest of your files on disk too. Again, its debatable if it is worth the trouble to go there.
The best advice is to keep things as easy as possible as that tends to give the least problems in the long run.
You'll need a more performant VM? Try creating a more performant type of LUN at host level, like RAID 10 on scsi disks if local storage.
--
Wil
_____________________________________________________
VI-Toolkit & scripts wiki at http://www.vi-toolkit.com
Contributing author at blog www.planetvm.net
Twitter: @wilva