Skip to main content

SHOW STORAGE VOLUMES

SHOW STORAGE VOLUMES

Description

Shows the storage volumes in your StarRocks cluster. This feature is supported from v3.1.

Syntax

SHOW STORAGE VOLUMES [ LIKE '<pattern>' ]

Parameters

Parameter

Description

pattern

The pattern used to match the storage volumes.

Return value

Return

Description

Storage Volume

The name of the storage volume.

Examples

Example 1: Show all storage volumes in the StarRocks cluster.

MySQL > SHOW STORAGE VOLUMES;
+----------------+
| Storage Volume |
+----------------+
| my_s3_volume |
+----------------+
1 row in set (0.01 sec)

Relevant SQL statements