Attaching high performance RAID 1 drives to VM for database.
Posted: 16. Sep 2015, 06:55
I want to host a VM that will act as a database. I want to know how to efficiently configure the virtual to get maximum read/write to the RAID 1 drive (2 mirrored).
My setup:
3 harddrives.
1 - OS/Host
2/3 - Raid 1 mirrored, will store the VM virtual disks for the guest OS.
Should I just create large virtual disks for the VM, and store my data in it (since VM guest is on RAID 1)? Or, can I create a "/Data" drive on my host, and share this folder to the VM and configure my database to store data in it? Is that even possible? If so, which is more performant?
My thought process is that managing a large amount of data may have additional overhead when this data is managed within a virtual disk. If so, should I (can I?) just mount a \Data folder from my host into my VMs?
My setup:
3 harddrives.
1 - OS/Host
2/3 - Raid 1 mirrored, will store the VM virtual disks for the guest OS.
Should I just create large virtual disks for the VM, and store my data in it (since VM guest is on RAID 1)? Or, can I create a "/Data" drive on my host, and share this folder to the VM and configure my database to store data in it? Is that even possible? If so, which is more performant?
My thought process is that managing a large amount of data may have additional overhead when this data is managed within a virtual disk. If so, should I (can I?) just mount a \Data folder from my host into my VMs?