A regional media publishing company is migrating its central subscription and billing management application to Google Cloud. The workload requires a transactional relational database schema, strong ACID consistency, standard SQL querying capabilities, and high availability within a single GCP region. The total database footprint is approximately 450 GB with predictable daily transactional throughput. Which database deployment architecture should you select to satisfy these requirements while minimizing operational cost and architectural complexity?
- Provision Cloud SQL for PostgreSQL with a high-availability regional configuration across two zones.Cevap
- BProvision Cloud Spanner with a regional instance configuration across multiple zones.
- CProvision Cloud SQL for PostgreSQL using Customer-Supplied Encryption Keys (CSEK) for database storage encryption.
- DOrder a Google Cloud Transfer Appliance to migrate the 450 GB database files directly into BigQuery for transactional processing.
Cevap
Provisioning Cloud SQL for PostgreSQL with a high-availability regional configuration across two zones.
The correct response recommends Cloud SQL for PostgreSQL with a high-availability regional configuration. Cloud SQL natively supports relational SQL schemas, ACID transactions, and automated zonal failover within a single GCP region. With a 450 GB footprint, Cloud SQL meets all functional and availability requirements at a fraction of the operational complexity and cost of globally distributed alternatives.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate GCP storage and database services based on data model, transaction scale, regional scope, and cost efficiency.
Tahmini Süre:1m 30s