Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should you design a row key in Cloud Bigtable for a table being migrated from MySQL with the following schema?
A
Set Account_id as a key.
B
Set Account_id_Event_timestamp as a key.
C
Set Event_timestamp_Account_id as a key.
D
Set Event_timestamp as a key.