mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
Add doc for SYSTEM LOAD PRIMARY KEY
This commit is contained in:
parent
f1f5304484
commit
98ccca99f2
@ -506,6 +506,18 @@ Will do sync syscall.
|
||||
SYSTEM SYNC FILE CACHE [ON CLUSTER cluster_name]
|
||||
```
|
||||
|
||||
### LOAD PRIMARY KEY
|
||||
|
||||
Load the primary keys for the given table or for all tables.
|
||||
|
||||
```sql
|
||||
SYSTEM LOAD PRIMARY KEY [db.]name
|
||||
```
|
||||
|
||||
```sql
|
||||
SYSTEM LOAD PRIMARY KEY
|
||||
```
|
||||
|
||||
### UNLOAD PRIMARY KEY
|
||||
|
||||
Unload the primary keys for the given table or for all tables.
|
||||
|
Loading…
Reference in New Issue
Block a user