Skip to main content
Version: Latest-3.2

SHOW REPOSITORIES

Description

Views the repositories created in StarRocks.

Syntax

SHOW REPOSITORIES

Return

ReturnDescription
RepoIdRepository ID.
RepoNameRepository name.
CreateTimeRepository creation time.
IsReadOnlyIf the repository is read-only.
LocationLocation of the repository in the remote storage system.
BrokerBroker used to create the repository.
ErrMsgError message during connection to the repository.

Examples

Example 1: Views the repositories created in StarRocks.

SHOW REPOSITORIES;