
Ultimate access to all questions.
Your customer has deployed a solution utilizing Cloud Spanner, and they have observed performance issues related to read latency on a specific table. This table is exclusively accessed by users through a primary key. Below is the table schema. To address this performance issue, what steps should you take?
A
Remove the profile_picture field from the table._
B
Add a secondary index on the person_id column._
C
Change the primary key to not have monotonically increasing values.
D
Create a secondary index using the following Data Definition Language (DDL):