cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Question regarding ZORDER option of OPTIMIZE

leos1
New Contributor II

Is the order of the columns in ZORDER important? For example, does ZORDER BY (product, site) and ZORDER BY (site, product) produce the same results?

1 ACCEPTED SOLUTION

Accepted Solutions

-werners-
Esteemed Contributor III

It is not important, or at least way less important than with a linear order by.

I cannot guarantee that the resulting files will be exactly the same, but z-ordering is not the same as a classic order by where we first order by col1 and then col2 etc. It will interleave the order columns and aim for locality on this 'combined' column.

View solution in original post

2 REPLIES 2

-werners-
Esteemed Contributor III

It is not important, or at least way less important than with a linear order by.

I cannot guarantee that the resulting files will be exactly the same, but z-ordering is not the same as a classic order by where we first order by col1 and then col2 etc. It will interleave the order columns and aim for locality on this 'combined' column.

leos1
New Contributor II

thanks for the quick reply

Join 100K+ Data Experts: Register Now & Grow with Us!

Excited to expand your horizons with us? Click here to Register and begin your journey to success!

Already a member? Login and join your local regional user group! If there isn’t one near you, fill out this form and we’ll create one for you to join!