Description

In data management, a catalog is an important component used to organize and store metadata information. This command helps users quickly view all available catalogs and their basic information in the current system.

Syntax

SHOW CATALOGS;

Parameter Description

This command does not accept any parameters, it will list all catalogs defined in the system.

Example

SHOW CATALOGS;
+------------------------------+-------------------------+----------+
|        workspace_name        |      created_time       | category |
+------------------------------+-------------------------+----------+
| 20221008_2                   | 2022-10-08 09:44:43.325 | MANAGED  |
+------------------------------+-------------------------+----------+