Skip to content
DEP
Cost & Performance Optimisation
medium
Question 4 of 26

A data engineer changes the liquid clustering keys on an existing table from (created_date) to (created_date, region) using ALTER TABLE. They then run a regular OPTIMIZE. Which concern is valid?

ANo concern: regular OPTIMIZE will recluster all existing data with the new keys automatically
BThe ALTER TABLE command fails if the table already has more than 1 billion rows
CExisting data files are not reclustered with the new keys by a regular OPTIMIZE; OPTIMIZE FULL must be run
DChanging clustering keys is not supported on a table that already contains data

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion