roryqi commented on code in PR #10203: URL: https://github.com/apache/gravitino/pull/10203#discussion_r2902918801
########## docs/optimizer.md: ########## @@ -0,0 +1,195 @@ +--- +title: "Table Maintenance Service (Optimizer)" +slug: /table-maintenance-service +keyword: table maintenance, optimizer, statistics, metrics, monitor +license: This software is licensed under the Apache License version 2. +--- + +## What is this service + +The Table Maintenance Service (Optimizer) is a CLI service that helps you automate routine +maintenance tasks: + +- Update table and partition statistics +- Append table and job metrics +- Evaluate maintenance rules from metrics +- Recommend and submit maintenance jobs + +The CLI command and configuration keys keep using the `optimizer` name for compatibility. + +## Before you start + +- Prepare a running Gravitino server +- Configure `conf/gravitino-optimizer.conf` +- Use fully qualified identifiers where possible, for example `catalog.schema.table` + +You can start from the template file `conf/gravitino-optimizer.conf.template` in the project root. + +## Quick start Review Comment: Maybe you should the architecture. I can't get the point how this works. ########## docs/optimizer.md: ########## @@ -0,0 +1,195 @@ +--- +title: "Table Maintenance Service (Optimizer)" +slug: /table-maintenance-service +keyword: table maintenance, optimizer, statistics, metrics, monitor +license: This software is licensed under the Apache License version 2. +--- + +## What is this service + +The Table Maintenance Service (Optimizer) is a CLI service that helps you automate routine +maintenance tasks: + +- Update table and partition statistics +- Append table and job metrics +- Evaluate maintenance rules from metrics +- Recommend and submit maintenance jobs + +The CLI command and configuration keys keep using the `optimizer` name for compatibility. + +## Before you start + +- Prepare a running Gravitino server +- Configure `conf/gravitino-optimizer.conf` +- Use fully qualified identifiers where possible, for example `catalog.schema.table` + +You can start from the template file `conf/gravitino-optimizer.conf.template` in the project root. + +## Quick start Review Comment: Maybe you should add the architecture. I can't get the point how this works. -- 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]
