List of questions
Related questions
Question 65 - ARA-C01 discussion
A table contains five columns and it has millions of records. The cardinality distribution of the columns is shown below:
Column C4 and C5 are mostly used by SELECT queries in the GROUP BY and ORDER BY clauses. Whereas columns C1, C2 and C3 are heavily used in filter and join conditions of SELECT queries.
The Architect must design a clustering key for this table to improve the query performance.
Based on Snowflake recommendations, how should the clustering key columns be ordered while defining the multi-column clustering key?
A.
C5, C4, C2
B.
C3, C4, C5
C.
C1, C3, C2
D.
C2, C1, C3
Your answer:
0 comments
Sorted by
Leave a comment first