Exam4Training

How should the row key be redesigned to improve Bigtable performance on queries that populate real-time dashboards?

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>.

Answer: D

Exit mobile version