A global pharmaceutical enterprise is architecting a mission-critical platform to track international clinical trial supply chains across North America and Europe. The solution must support relational schema enforcement and strong ACID transactional consistency for writes across both continents to satisfy strict regulatory compliance. The workload requires horizontal write scaling to handle unpredictable surges in telemetry log entries without manual database sharding, while continuing to support standard ANSI SQL queries for reporting tools. Which Google Cloud storage service should the lead cloud architect select to meet these requirements?
- Cloud Spanner configured with a multi-region instance configuration across North America and Europe.Answer
- BCloud SQL for PostgreSQL deployed with regional High Availability and cross-region asynchronous read replicas.
- CCloud Storage dual-region bucket using Customer-Supplied Encryption Keys (CSEK) for payload security.
- DCloud Bigtable multi-cluster instance relying exclusively on identity IAM policies to restrict exfiltration across perimeters.
Answer
Cloud Spanner configured with a multi-region instance configuration across North America and Europe.
The correct option specifies Cloud Spanner configured across multiple regions. Cloud Spanner is Google Cloud's fully managed, enterprise-grade relational database designed specifically for workloads requiring global multi-region scale, horizontal write scaling, ANSI SQL compliance, and strong ACID transactional consistency.
Step-by-Step Solution
Key Concept
Multi-Region Relational Storage Selection and Cloud Spanner vs Cloud SQL Architecture