amoro icon indicating copy to clipboard operation
amoro copied to clipboard

[Improvement]: Simplification and transformation of table_process_state

Open czy006 opened this issue 1 month ago • 1 comments

Search before asking

  • [x] I have searched in the issues and found no similar issues.

What would you like to be improved?

So far, we haven't utilized the information persisted in table_process_state. We've noticed that it bears a strong resemblance to the structure of table_process. We aim to merge their functionalities and integrate the action functionality. Therefore, we need to make modifications to accommodate the existing action and optimizer

How should we improve?

  • merge table_process_state and table_process table
  • Refactor TableProcessMeta.processType into Action to support multiple type-safe operations
  • Create a unified Action scheduling system that supports Optimizing (MINOR/MAJOR/FULL) and Maintainer operations

Are you willing to submit PR?

  • [x] Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

czy006 avatar Nov 17 '25 09:11 czy006

I am willing to submit a PR

mansonliwh avatar Nov 19 '25 02:11 mansonliwh