-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc]update trash statement #1953
base: master
Are you sure you want to change the base?
Conversation
|
||
grammar: | ||
## Syntax | ||
|
||
```sql | ||
ADMIN CLEAN TRASH [ON ("BackendHost1:BackendHeartBeatPort1", "BackendHost2:BackendHeartBeatPort2", ...)]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 参数需要尖括号包裹
- 重复的可选参数格式应为
[, ...]
- 参数应为小写,单词间下划线分隔
ADMIN CLEAN TRASH [ON ("BackendHost1:BackendHeartBeatPort1", "BackendHost2:BackendHeartBeatPort2", ...)]; | |
ADMIN CLEAN TRASH [ON ("<be_host>:<be_heartbeat_port>" [, ...])]; |
| Parameter | Description | | ||
| ----- | ---- | | ||
| ON | Specify the backend to be cleaned up. If you do not add ON, all backend is cleared by default. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 语句参数的格式不是表格。
- 应区分必选参数(Required Parameters)和可选参数章节(Optional Parameters)
| Parameter | Description | | |
| ----- | ---- | | |
| ON | Specify the backend to be cleaned up. If you do not add ON, all backend is cleared by default. | | |
** 1. [ON ("<be_host>:<be_heartbeat_port>" [, ...])] ** | |
> 这里写参数描述 |
|
||
2. Clean up the junk data of '192.168.0.1:9050' and '192.168.0.2:9050'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
缺少权限章节
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
和 clean trash 类似的问题
Versions
Languages
Docs Checklist