Skip to main content
Version: V1.0.0

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

ParameterDescription
FLUSH KVCACHEClears the dynamic memory KVCache.

Examples

Refresh all KVCache.

ALTER SYSTEM FLUSH KVCACHE;
Query OK, 0 rows affected