
Ultimate access to all questions.
You are tasked with creating a storage solution for a new data pipeline project on Google Cloud. The project involves managing 20 TB of input data stored in CSV format. Your primary objective is to minimize the cost associated with querying aggregate values for multiple users. These users will be running their queries on data stored in Cloud Storage using various query engines. Given these requirements, which storage service and schema design would you recommend?
A
Use Cloud Bigtable for storage. Install the HBase shell on a Compute Engine instance to query the Cloud Bigtable data.
B
Use Cloud Bigtable for storage. Link as permanent tables in BigQuery for query.
C
Use Cloud Storage for storage. Link as permanent tables in BigQuery for query.
D
Use Cloud Storage for storage. Link as temporary tables in BigQuery for query.