Skip to content

Commit 0761242

Browse files
committed
Update 20220729-recluster.md
1 parent d375e41 commit 0761242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/90-community/02-rfcs/20220729-recluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The workflow of a recluster operation is divided into two tasks, block selection
3232
### syntax
3333

3434
```sql
35-
alter table [if exists] tbl_name recluster [final] [where condition]
35+
ALTER TABLE [ IF EXISTS ] <table_name> RECLUSTER [ FINAL ] [ WHERE condition ] [ LIMIT <segment_count> ]
3636
```
3737

3838
If specify `final`, optimization is performed until the table is well clustered enough. Otherwise, the recluster workflow will only run once.

0 commit comments

Comments
 (0)