roryqi opened a new pull request, #11852: URL: https://github.com/apache/gravitino/pull/11852
### What changes were proposed in this pull request? Add a design document for introducing an Optimizer Service for Apache Gravitino. The design covers: - Current optimizer CLI limitations. - Goals, non-goals, and solution alternatives. - Proposed service architecture, task runtime, REST APIs, CLI service mode, rollout plan, and task breakdown. ### Why are the changes needed? The current Table Maintenance Service (Optimizer) is primarily driven by local CLI execution. A design document is needed to describe how to evolve it into a long-running service with asynchronous task execution, queryable status, and CLI compatibility. Fix: #11851 ### Does this PR introduce _any_ user-facing change? No. This PR only adds a design document. ### How was this patch tested? - `git diff --check` - `git diff --cached --check` - Verified the design document follows the project `gravitino-design-doc` structure. -- 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]
