A company is deploying a self-managed relational database on a Compute Engine virtual machine to handle internal order processing. The database requires persistent block storage that retains data across instance restarts and supports point-in-time snapshots for disaster recovery. The workload requires baseline SSD performance for daily operations but does not need peak performance or extreme IOPS scaling. The engineering team wants to minimize storage costs while satisfying these operational requirements. Which storage configuration should you select?
- Balanced Persistent Disk (pd-balanced)Answer
- BLocal SSD attached directly to the instance
- CCloud Bigtable provisioned as the block storage volume
- DStandard Persistent Disk (pd-standard) configured with a Coldline storage lifecycle policy
Answer
Balanced Persistent Disk (pd-balanced)
Balanced Persistent Disk (pd-balanced) is a cost-effective SSD-backed block storage option in Google Cloud. It provides reliable SSD performance suitable for mainstream relational database workloads while maintaining full support for data persistence across instance restarts and scheduled snapshots.
Step-by-Step Solution
Key Concept
Selecting Compute Engine Persistent Disk types based on performance, persistence, snapshot support, and cost optimization