After this PR #9272, the `docs/build_help_zip.sh` will run failed. This PR fix this issue. But the help module still has some parse problem, I will fix it in next PR. This CL mainly changes: 1. fix `docs/build_help_zip.sh` error 2. remove `sql-reference-v2` to `sql-reference` 3. modify build extension github action to run `docs/build_help_zip.sh`
1.5 KiB
1.5 KiB
title, language
| title | language |
|---|---|
| ADMIN-CHECK-TABLET | en |
ADMIN-CHECK-TABLET
Name
ADMIN CLEAN TRASH
Description
This statement is used to clean up garbage data in the backend
grammar:
ADMIN CLEAN TRASH [ON ("BackendHost1:BackendHeartBeatPort1", "BackendHost2:BackendHeartBeatPort2", ...)];
illustrate:
- Use BackendHost:BackendHeartBeatPort to indicate the backend that needs to be cleaned up, and clean up all backends without adding the on limit.
Example
-
Clean up the junk data of all be nodes.
ADMIN CLEAN TRASH; -
Clean up the junk data of '192.168.0.1:9050' and '192.168.0.2:9050'.
ADMIN CLEAN TRASH ON ("192.168.0.1:9050","192.168.0.2:9050");
Keywords
ADMIN, CHECK, TABLET