Question 98 of 284
Single answerYour customer has implemented a solution that uses Cloud Spanner and notices some read latency-related performance issues on one table. This table is accessed only by their users using a primary key. The table schema is shown below.
You want to resolve the issue. What should you do?
You want to resolve the issue. What should you do?
ARemove the profile_picture field from the table.
BAdd a secondary index on the person_id column.
✓CChange the primary key to not have monotonically increasing values.
DCreate a secondary index using the following Data Definition Language (DDL):


✓
Correct Answer: C
Change the primary key to not have monotonically increasing values.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.