Practice free →
HomeGCP Data Engineercloudcomputinggcpdestorage › Which BigQuery storage optimisation should a Dat…

Which BigQuery storage optimisation should a Data Engineer apply IN ADDITION to partitioning, to physically co-locate rows by a high-cardinality column (e.g. user_id) for faster filtered scans?

ACloud Memorystore
BClustering on one to four columns
CCloud DNS
DDisabling clustering entirely
Answer & Solution
Correct answer: B. Clustering on one to four columns
Clustering co-locates rows by column value (per PDE §3.2). The other options don't optimize.
Solve this in the app — GCP Data Engineer practice & 24k+ MCQs →
Related questions