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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, I have reopened #1360. Yes, Amoro has not supported sorting in the optimization process. |
Beta Was this translation helpful? Give feedback.
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.