REFRESH
Description
This statement triggers a refresh operation, including the refresh of various caches.
Syntax
alter_system_refresh_stmt:
ALTER SYSTEM refresh_action;
refresh_action:
| FLUSH KVCACHE
Parameter description
| Parameter | Description |
|---|---|
| FLUSH KVCACHE | Clears the dynamic memory KVCache. |
Examples
Refresh all KVCache.
ALTER SYSTEM FLUSH KVCACHE;
Query OK, 0 rows affected