
Ultimate access to all questions.
You manage a database that stores stock trades and an application calculating the average stock price for a specific company within a customizable timeframe. The data is stored in Cloud Bigtable, with the trade datetime at the start of the row key. As more stocks are added and thousands of users access the application simultaneously, performance is declining. What is the best way to improve your application's performance under these conditions?
A
Modify the row key syntax in your Cloud Bigtable table to start with the stock symbol.
B
Switch the data pipeline to use BigQuery for storing stock trades, and update your application accordingly.
C
Alter the row key syntax in your Cloud Bigtable table to start with a random number per second.
D
Implement Cloud Dataflow to create a daily summary of stock trades in an Avro file on Cloud Storage. Adjust your application to read from both Cloud Storage and Cloud Bigtable for responses.