This is a dedicated watch page for a single video.
In designing a schema for a table transitioning from MySQL to Cloud Bigtable, consider the following MySQL table: Account_Activity ( Account_id int, Event_timestamp datetime, Transaction_type string, Amount numeric (18,4) ) primary key (Account_id, Event_timestamp) What should be the appropriate row key for Cloud Bigtable?