amoro icon indicating copy to clipboard operation
amoro copied to clipboard

[Feature]: Support table sorting process

Open zhoujinsong opened this issue 2 years ago • 4 comments

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

zhoujinsong avatar Apr 17 '23 09:04 zhoujinsong

@zhoujinsong I'm glad to help with this one. Please assign it to me if no one is working on it.

link3280 avatar Mar 21 '24 02:03 link3280

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

github-actions[bot] avatar Feb 11 '25 00:02 github-actions[bot]

This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'

github-actions[bot] avatar Feb 26 '25 00:02 github-actions[bot]

Is this something Amoro supports now, now that https://github.com/apache/amoro/pull/2421 has been merged?

sqd avatar May 09 '25 20:05 sqd