List of questions
Related questions
Question 29 - Professional Data Engineer discussion
Your 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?
A.
Use a row key of the form <timestamp>.
B.
Use a row key of the form <sensorid>.
C.
Use a row key of the form <timestamp>#<sensorid>.
D.
Use a row key of the form >#<sensorid>#<timestamp>.
Your answer:
0 comments
Sorted by
Leave a comment first