Trang chủ Professional Data Engineer 245 / 343
Quay lại bộ đề
Question #245 Topic 1
Your company is implementing a data warehouse using BigQuery, and you have been tasked with designing the data model. You move your on-premises sales data warehouse with a star data schema to BigQuery but notice performance issues when querying the data of the past 30 days. Based on Google's recommended practices, what should you do to speed up the query without increasing storage costs?
A
Denormalize the data.
B
Shard the data by customer ID.
C
Materialize the dimensional data in views.
D
Partition the data by transaction date.