We are facing a dilemma around how to improve the layout on disk of data which is going to be queried by using lte/gte filters on a decimal value. This sounds like a great use case for Z-Ordering optimizations in Delta Lake, but we are also concerned that this might result in an extraordinary amount of IO operations or shuffling, and we considered to create our own “bin” column and partition by bin. We haven’t found much on Delta Lake documentation that compares Z-Orders with explicit binning, does anyone have some useful insight on the topic?