Topic 1 Question 112
You are designing a new gaming application that uses a highly transactional relational database to store player authentication and inventory data in Google Cloud. You want to launch the game in multiple regions. What should you do?
Use Cloud Spanner to deploy the database.
Use Bigtable with clusters in multiple regions to deploy the database
Use BigQuery to deploy the database
Use Cloud SQL with a regional read replica to deploy the database.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A
Global, relational -> Spanner
👍 3chelbsik2022/12/26 A: Use Cloud *** Spanner to deploy the database. Cloud Spanner is a fully managed, mission-critical, relational database service that offers transactional consistency at global scale, automatic, synchronous replication for high availability, and support for two SQL dialects: Google Standard SQL (ANSI 2011 with extensions) and PostgreSQL.
👍 1pk3492022/12/24A. Bigtable would not be a valid choice. BigQuery lends itself to OLAP not OLTP. Cloud SQL could not scale to multiple regions. It’s Spanner. A.
👍 1dynamic_dba2023/03/16
シャッフルモード