This is an automated email from the ASF dual-hosted git repository.
klion26 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 3a84ff042 [AMORO-3631][Improvement]: Update the doc for optimizer
management (#3641)
3a84ff042 is described below
commit 3a84ff0420906027f431ca7cf591fcd0b011070c
Author: AdvancedWarrior <[email protected]>
AuthorDate: Thu Jul 3 17:10:30 2025 +0800
[AMORO-3631][Improvement]: Update the doc for optimizer management (#3641)
---
docs/admin-guides/managing-optimizers.md | 8 ++++----
docs/images/admin/optimizer_create.png | Bin 0 -> 54835 bytes
docs/images/admin/optimizer_scale.png | Bin 484488 -> 0 bytes
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/admin-guides/managing-optimizers.md
b/docs/admin-guides/managing-optimizers.md
index 6e6913d8b..61d86ab61 100644
--- a/docs/admin-guides/managing-optimizers.md
+++ b/docs/admin-guides/managing-optimizers.md
@@ -304,14 +304,14 @@ You can click the `edit` button on the `Optimizer Groups`
page to modify the con
You can click the `remove` button on the `Optimizer Groups` page to delete the
optimizer group, but only if the group is
not referenced by any catalog or table and no optimizer belonging to this
group is running.
-## Optimizer Scale-out and Release
+## Optimizer Create and Release
-### Scale out optimizer
-You can click the `Scale-Out` button on the `Optimizer Groups` page to scale
out the optimizer for the corresponding optimizer
+### Create optimizer
+You can click the `Create Optimizer` button on the `Optimizers` page to create
the optimizer for the corresponding optimizer
group, and then click `OK` to start the optimizer for this optimizer group
according to the parallelism configuration.
If the optimizer runs normally, you will see an optimizer with the status
`RUNNING` on the `Optimizers` page.
-
+
### Release optimizer
diff --git a/docs/images/admin/optimizer_create.png
b/docs/images/admin/optimizer_create.png
new file mode 100644
index 000000000..d9b83503f
Binary files /dev/null and b/docs/images/admin/optimizer_create.png differ
diff --git a/docs/images/admin/optimizer_scale.png
b/docs/images/admin/optimizer_scale.png
deleted file mode 100644
index 89f983deb..000000000
Binary files a/docs/images/admin/optimizer_scale.png and /dev/null differ