I have join on two large tables.
If i apply Z ordering on 3 columns for both the tables ,
I am joining two tables on the basis on the same 3 columns used for Z ordering ,
Will i get any benefit of Z ordering on performance when i use Joins here .
So as per my current knowledge Z ordering is specifically useful for faster query data retrieval i.e. select *from table1 where zordercolumn1 =X
Does Z ordering also helps Joins ? if not how to improve join performance here