You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
zhoujinsong
changed the title
[Feature]: Support sorting table data during the self-optimizing process
[Feature]: Support table sorting process
Feb 5, 2024
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.
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
Subtasks
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: