
Ultimate access to all questions.
Your company is currently streaming real-time sensor data from the factory floor into Google Cloud Bigtable. However, the system has exhibited extremely poor query performance, particularly when populating real-time dashboards. How should you redesign the row key structure to optimize Bigtable performance for these queries?
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>.