Question 29 of 307
Single answerYour company is streaming real-time sensor data from their factory floor into Bigtable and they have noticed extremely poor performance. How should the row key be redesigned to improve Bigtable performance on queries that populate real-time dashboards?
AUse a row key of the form .
BUse a row key of the form .
CUse a row key of the form #.
✓DUse a row key of the form >##.
✓
Correct Answer: D
Use a row key of the form >#<sensorid>#<timestamp>.
▥
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.