🔥 3-day streak
Databricks Certified Data Engineer Associate150 / 150
Question 150 of 150

A data engineer runs OPTIMIZE with ZORDER BY on a large Delta table to improve query performance. Most dashboard queries filter on the customer_id column, but a smaller set of queries filter on region. The engineer writes: OPTIMIZE sales ZORDER BY (region, customer_id). After running it, queries filtering only on customer_id show little improvement in data skipping. What is the most likely explanation?

Reviewed for accuracy · Report an issue