Match each Google Cloud storage or database requirement to its appropriate Google Cloud service or disk type.
- High-performance, ephemeral block storage physically attached to the VM host server for microsecond latency requirementsLocal SSD
- Fully managed relational database providing global scale, multi-region consistency, and ACID transactionsCloud Spanner
- High-throughput NoSQL wide-column database optimized for large-scale analytical and real-time key-value dataCloud Bigtable
- Standard durable network-attached block storage suitable for low-cost sequential workload data volumesStandard Persistent Disk (pd-standard)
Answer
Local SSD matches high-performance ephemeral block storage; Cloud Spanner matches global multi-region relational ACID requirements; Cloud Bigtable matches high-throughput NoSQL key-value data; Standard Persistent Disk (pd-standard) matches low-cost sequential block storage.
Each GCP database service and block storage option caters to distinct latency, persistence, scalability, and consistency models: Local SSD provides maximum IOPS with ephemeral host-attached disk; Cloud Spanner delivers globally scalable relational transactions; Cloud Bigtable supports ultra-high-throughput NoSQL operations; and Standard Persistent Disk provides low-cost network-attached HDD block storage.
Step-by-Step Solution
Key Concept
Selecting GCP Database and Storage Products Based on Workload Requirements