Does anybody know what these mean with Google cloud? Not sure what this means:
1.Standard persistent disks (pd-standard) are backed by standard hard disk drives (HDD).
2.Balanced persistent disks (pd-balanced) are backed by solid-state drives (SSD). They are an alternative to SSD persistent disks that balance performance and cost.
3.SSD persistent disks (pd-ssd) are backed by solid-state drives (SSD).
Are these disks for backups or what the machine will run on? I mean, if you look at standard disk, that's HDD, no way you can run a website on that? Are these backup disks or will the website sit on them? This is what I HOPE, this means?
- Standard persistent disks = Website runs on SSD, maybe an NVME, and the backup runs on HDD
- Balanced persistent disks = Website runs on SSD, maybe an NVME, and the backup runs on an hybrid HDD/SSD
- SSD persistent disks = Website runs on SSD, maybe an NVME, and the backup runs on an SSD Can anybody confirm what this actually means?
Is there any difference between these options to host basic wordpress sites with little traffic?