
Ultimate access to all questions.
You are developing a multi-player gaming application that requires storing game information in a database. With the anticipated growth in the application's popularity, your key concern is maintaining consistent performance. It is crucial to ensure that the gaming experience remains optimal for users around the world, all while keeping the management of the database as straightforward as possible. What strategy should you adopt to achieve this?
A
Use Cloud SQL database with cross-region replication to store game statistics in the EU, US, and APAC regions.
B
Use Cloud Spanner to store user data mapped to the game statistics.
C
Use BigQuery to store game statistics with a Redis on Memorystore instance in the front to provide global consistency.
D
Store game statistics in a Bigtable database partitioned by username.