Question 151 of 307
Single answerA shipping company has live package-tracking data that is sent to an Apache Kafka stream in real time. This is then loaded into BigQuery. Analysts in your company want to query the tracking data in BigQuery to analyze geospatial trends in the lifecycle of a package. The table was originally created with ingest-date partitioning. Over time, the query processing time has increased. You need to copy all the data to a new clustered table. What should you do?
ARe-create the table using data partitioning on the package delivery date.
✓BImplement clustering in BigQuery on the package-tracking ID column.
CImplement clustering in BigQuery on the ingest date column.
DTier older data onto Cloud Storage files and create a BigQuery table using Cloud Storage as an external data source.
✓
Correct Answer: B
Implement clustering in BigQuery on the package-tracking ID column.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.