I am setting up a MS SQL server on the Google Compute Engine.
This SQL server is the backend to a client/server application that we use internally.
SSD is an option for the boot disk, but is more expensive.
Should I create this new VM using SSD for the sake of performance?
Should I store the databases on the boot disk?
if not,
Should the boot disk and database storage disk both be SSD?
Should I create a standard boot disk then store the databases on an additional SSD?
I am just looking for the best possible deployment options for performance vs cost.