hetu-core/hetu-docs/en/sql/refresh-meta-cache.md

589 B

REFRESH META CACHE

Synopsis

REFRESH META CACHE [FOR CATALOG]

Description

REFRESH META CACHE refreshes the current catalog connector metadata cache. REFRESH META CACHE FOR CATALOG refreshes the specified catalog connector metadata cache.

Examples

Refresh the current catalog connector metadata cache

REFRESH META CACHE

Refresh the specified catalog connector metadata cache

REFRESH META CACHE FOR catalog

Limitations

Only Hive connector support this functionality at this time.