Custom column sorting during optimization for Iceberg tables #3650
|
Hi Amoro team, I have a question about the sorting capabilities during table optimization. Current BehaviorI found that optimization only sorts data by:
IssueSince regular Iceberg tables don't have primary keys, they can only be sorted by partition columns during optimization. This limits the optimization effectiveness for queries that filter on non-partition columns. Questions
Thank you for your time and consideration. |
Answered by
zhoujinsong
Aug 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have reopened #1360.
Yes, Amoro has not supported sorting in the optimization process.
Sorting requires the external optimizing process, and some developers are working on this.