Trang chủ Professional Data Engineer 328 / 343
Quay lại bộ đề
Question #328 Topic 1
You are designing BigQuery tables for large volumes of clickstream event data. Your data analyst team will most frequently query by specific event date ranges and filter by the user ID UUID. You want to optimize table structure for query cost and performance. What should you do?
A
Partition the table by the user ID column and cluster the table by the event date column.
B
Create an ingestion-time partitioned table and cluster it by the user ID column.
C
Cluster the table by both the event date and the user ID columns.
D
Partition the table by the event date column and cluster the table by user ID column.