VeloDB Cloud
SQL Manual
Statments
Utility-Statements
REFRESH

REFRESH-CATALOG

Name

REFRESH CATALOG

Description

This statement is used to refresh the metadata of the specified catalog.

Syntax:

REFRESH CATALOG catalog_name

Example

  1. Refresh the hive catalog

    REFRESH CATALOG hive;

Keywords

REFRESH, CATALOG

Best Practice