Topic 1 Question 66
You are designing a database architecture for a global application that stores information about public parks worldwide. The application uses the database for read-only purposes, and a centralized batch job updates the database nightly. You want to select an open source, SQL-compliant database. What should you do?
Use Bigtable with multi-region clusters.
Use Memorystore for Redis with multi-zones within a region.
Use Cloud SQL for PostgreSQL with cross-region replicas.
Use Cloud Spanner with multi-region configuration.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: C
I'll go for C
👍 3chelbsik2022/12/25 C. Bigtable doesn’t support SQL. Eliminate A. Even if Memorystore could scale, B says single region. Eliminate B. Cloud Spanner supports Google Standard SQL and PostgreSQL dialects. That’s not the same thing as a natively open source database. Eliminate D. That leaves C.
👍 2dynamic_dba2023/03/13C: Use Cloud SQL for PostgreSQL *** with cross-region replicas.
👍 1pk3492022/12/24
シャッフルモード