zhoujinsong opened a new issue, #1360: URL: https://github.com/apache/amoro/issues/1360
### Description Currently, the self-optimizing process on the table does not sort the data in the table. If a sorting process is added, it can improve the performance of filtering queries on the sorted fields. ### Use case/motivation Support configuring sorting rules on tables. The data will be sorted according to the rules to improve the query performance of the table. ### Describe the solution - Support configuring sorting rules for table rows. - Automatically sort the data. - Support multiple sorting methods, such as regular sorting and z-order sorting. ### Subtasks _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
