Skip to content

Commit

Permalink
Update partitioned-table.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Aug 14, 2024
1 parent d488757 commit 675cd08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partitioned-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -1749,6 +1749,7 @@ When partitioning a non-partitioned table or re-partitioning an already partitio
```sql
ALTER TABLE t1 PARTITION BY HASH (col1) PARTITIONS 3 UPDATE INDEXES (uidx12 LOCAL, uidx3 GLOBAL);
```

##### Limitations of global indexes

- If the `GLOBAL` keyword is not explicitly specified, a local index will be created by default.
Expand Down

0 comments on commit 675cd08

Please sign in to comment.