-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