A financial analytics company is designing a workload on Google Compute Engine that requires attached block storage for a transaction processing cache. The workload demands higher throughput and IOPS than standard HDDs can provide, but does not require the maximum performance tier of Extreme Persistent Disk or Local SSD. The block storage must support data persistence when the VM instance is stopped, support dynamic resizing while online, and offer a cost-effective balance between price and performance. Which Persistent Disk type should you select to meet these requirements?
- Balanced Persistent Disk (pd-balanced)Answer
- BStandard Persistent Disk (pd-standard)
- CLocal SSD
- DCloud Bigtable instance with HDD storage
Answer
Balanced Persistent Disk (pd-balanced) is the optimal storage selection because it provides a cost-effective SSD option with higher performance than HDD disks while maintaining full data persistence across VM instance stops.
Balanced Persistent Disk (pd-balanced) offers SSD performance tailored for general-purpose workloads at a lower price point than pd-ssd, while supporting essential block storage features such as dynamic volume resizing and persistence across VM stop/start cycles.
Step-by-Step Solution
Key Concept
Selecting Compute Engine Persistent Disk types based on performance, cost, and persistence requirements