Add doc for SYSTEM LOAD PRIMARY KEY

This commit is contained in:
Pablo Marcos 2024-11-28 09:05:50 +00:00
parent f1f5304484
commit 98ccca99f2

View File

@ -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.